Relative Content

Tag Archive for amazon-ecs

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.

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.