Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.75 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.75 KB

aws-cdk-ecs-test-drive

Taking AWS CDK for a spin!

requirements

Looking to build a infra that has the following.

  • task definition
  • ecs cluster
  • application load balancer
  • auto scaling
  • ci/cd with codepipeline

usage

Outputs stack diff

npm run cdk diff

Deploy stack

npm run cdk deploy

Cleanup/Destroy stack

npm run cdk destroy

examples

references aws cdk

references aws general