Taking AWS CDK for a spin!
Looking to build a infra that has the following.
- task definition
- ecs cluster
- application load balancer
- auto scaling
- ci/cd with codepipeline
Outputs stack diff
npm run cdk diff
Deploy stack
npm run cdk deploy
Cleanup/Destroy stack
npm run cdk destroy