stacksimplify/aws-fargate-ecs-masterclass — reverse-engineered prompt
Reverse engineered prompt
Build me a hands on AWS learning repo that feels like a step by step masterclass for running containerized apps on ECS and Fargate.
I want it to start simple with Docker basics, like pulling images, building a local image, testing it, and then pushing it to a registry. After that, walk into the core ECS and Fargate flow with task definitions, tasks, services, ECR image pushes, and deploying a small Java microservices setup. Then add a load balancer, path based routing, autoscaling, and a practical CI and CD pipeline using AWS developer tools.
I also want examples for microservices without service discovery, then with Cloud Map service discovery, then with App Mesh and X Ray for tracing, plus a canary deployment example. Finish with CloudFormation templates that go from the network layer to the service layer so the whole setup can be recreated.
Please organize it as clear numbered modules with working sample code, configs, and beginner friendly instructions. Look up current AWS docs online if you need to.
Want more depth? Deep Reverse