Learning the basics of the new AWS CDK Infrastructure as Code
What you will learn
☑ How CDK compares to CloudFormation and the AWS SDK
☑ Create a new CDK project
☑ Create a VPC with CDK
☑ Understand how to read the CDK documentation.
☑ Author Custom CDK Constructs
☑ Use CloudFormation Constructs
Description
If you are new to Infrastructure as Code AWS CDK is a great place to start. CDK’s constructs provide you with sane defaults based on AWS’s best practices. It’s fun to use and the best way to manage your AWS infrastructure.
If you are an experienced CloudFormation engineer, this course will give you the essential details you need to start experimenting and deploying AWS Infrastructure in minutes.