/aws-cdk-ecs-test-drive

Taking AWS CDK with ECS for a spin!

Primary LanguageTypeScriptMIT LicenseMIT

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