This is a blank project for CDK development with C#.
The cdk.json
file tells the CDK Toolkit how to execute your app.
It uses the .NET Core CLI to compile and execute your project.
dotnet build src
compile this appcdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template
- Create an IAM user to be used for CodeCommit
- Create CodeCommit repository
- Create EC2 Instance KMS Key for access to server if required
- Create ACM Certificate and specify the ARN
- Specify Secret Manager's ARN in startup script
- Create Memcached Cluster
- Create WAF and attached to ALB
- Refresh to choose the correct ASB
- Re-Create ASG after Code Deploy has been created
- Delete memcached cluster
- Disassociate and delete WAF
- Remove Autoscaling Policies from ASG
- Delete ASG if you have used B/G deployments
- Delete CF Stack
- Delete App Pipeline