aws-ecs-typescript
aws-ecs-typescript copied to clipboard
ecs-2.yml file does not work correctly!
After I deploy ecs-1.yml file everything works as in your video. But after ecs-2.yml I cannot get not even NGINX page after first deployment (it say error 503) and after docker file installation I cannot get page of this node.js application you wrote. I guess that there is a problem with communication between load balancer and containers (and I tried to troubleshoot this a bit, but no luck). Could you please review your code and suggets what is wrong? Also I noticed a lot of differences between files in your video lecture and these files here on Github.
Thank you.