/example-aws-ecs-fargate-deployment

Example of ECS EC2 | Fargate CLI Deployment Tools

Primary LanguageHCLMIT LicenseMIT

Example of ECS CLI Deployment

Requirements

  1. AWS CLI: 2.4.7
  2. jq
  3. tee
  4. ECS-CLI: 1.21.0
  5. Terraform: 1.3.0
  6. Docker

Configure AWS Profile

  1. Generate AWS Access Key and Secret Key via AWS Console
  2. Run aws configure --profile exploration

Build and Push Application Container Image

  1. Navigate to /path/to/example-ecs-deployment/container/
  2. Follow the instruction there

Deployment

  1. Choose what deployment tools do you want to try, currently available are:
  2. Follow the instruction there