How to access the webapp on browser from aws ecs?
I used AWS ECS to deploy a webapp.
I pulled the image from dockerhub
The webapp was EXPOSED on port 8080
The I set up the cluster, task definition and service to run 3 task. I used an application load balance to distribute traffic.
What role should I set for AWS ECS Service Connect TLS?
I am using terraform aws_esc_service resource to create a ECS Service with service connect, and I want to enable tls. It wants me to set a role_arn
Unable to register a Container Instance with ECS
I have a backend app that I have dockerized and want to run it on ECS using EC2 Launch Type , This backend app Is connected to RDS Instance In another account (i.e. backend app and RDS Instance are not In the same VPC) , So I have set up a VPC Peering Connection between them both.