Repository template for workshop: Deploying to AWS with GitHub Action
Follow the instruction on the workshop for steps by steps detail on how to use this template. This template includes several components as shown below.
- ./templates/bootstrap-minimal.yaml to bootstrap your AWS account environment
- ./templates/cluster.yaml to launch ECS cluster
- ./app/ directory contain a sample app taken from ECS simple demo app
- ./.github/workflows/ directory contain several workflow files to assist you on the workshop.