Hi Channel. I have been trying to configure an App...
# aws
b
Hi Channel. I have been trying to configure an Application Load Balancer to route traffic to target groups and have been unable to set it up successfully. I am able to upload a service and access it through the private IP on my default VPC from an ec2 instance that I have running for my development server, however for some reason the target group that I set up is not able to register the IP:PORT target successfully. I have been trying to set up app for a while now with no success so I would like to verify if my Pulumi setup is correct, or if it is a problem with AWS. I have not been able to find any examples of an application load balancer setup with multiple target groups online so this is the best I could do from the documentation and the basic hello world examples. The code can be found here: https://www.codepile.net/pile/eVpKZPm6. Thanks!