Skip to content

sadiqinz/cdk-3tier-ab3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to your CDK C# project!

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.

Useful commands

  • dotnet build src compile this app
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template

Steps to follow

  1. Create an IAM user to be used for CodeCommit
  2. Create CodeCommit repository
  3. Create EC2 Instance KMS Key for access to server if required
  4. Create ACM Certificate and specify the ARN
  5. Specify Secret Manager's ARN in startup script
  6. Create Memcached Cluster
  7. Create WAF and attached to ALB

Steps to fix Target Group issue in Code Deploy

  1. Refresh to choose the correct ASB
  2. Re-Create ASG after Code Deploy has been created

Steps for Deleting

  1. Delete memcached cluster
  2. Disassociate and delete WAF
  3. Remove Autoscaling Policies from ASG
  4. Delete ASG if you have used B/G deployments
  5. Delete CF Stack
  6. Delete App Pipeline

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published