Skip to content

Blue Green & Canary deployment testing on AWS (ECS + ALB)

Notifications You must be signed in to change notification settings

moabukar/blue-green

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Playground for testing blue-green deployments on AWS via different methods

  • ECS via CodeDeployment
  • ALB
aws ecs describe-task-definition — task-definition “$ecs_task_def_name” — query taskDefinition > task-definition.json

Deploy:

aws deploy create-deployment --cli-input-yaml file://appspec.yaml

About

Blue Green & Canary deployment testing on AWS (ECS + ALB)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published