Skip to content

Latest commit

 

History

History
executable file
·
16 lines (13 loc) · 345 Bytes

README.md

File metadata and controls

executable file
·
16 lines (13 loc) · 345 Bytes

bg-tf-ecs-demo

This is a demo of how to use Terraform to deploy an ECS fargate service using a blue/green deployment strategy through CodeDeploy.

Architecture

architecture

Stack overview

  • TypeScript
  • Terraform v1+
  • AWS ECS Fargate
  • AWS CodeDeploy
  • AWS DynamoDB
  • AWS Lambda (nodejs18.x)
  • AWS ALB
  • GitHub Actions