How to run a docker container on AWS ECS (Elastic Compute Cloud) using the AWS web console. A container from the Elastic Container Registry will be launched. It will run on Amazon's Fargate Container-as-a-Service.
000000000000.dkr.ecr.ca-central-1.amazonaws.com/test/revproxy:latest
It will take a little while. Once its finished you can click on View Service.
Navigate to the newly created service and go to the Details tab. From there you can see a Load Balancing section. It should have a link to the new load balancer.
You can also access this page from the left nav-bar by going to Load Balancing, then choosing the new load balancer.
In the Description tab here, you can find the DNS name that AWS has assigned to this load balancer. Unfortunately you can't depend on the IP address behind this FQDN to stay the same.
I'm working on that. Its not intuitive. If you know how, I'd like to hear about it..