CDK Flashcards
This deck aims to help retain concepts related to the AWS CDK tool.
1
Q
What AWS tool represents an open-source framework for defining cloud infrastructure in code using your preferred programming language and provisioning it through AWS CloudFormation?
A
AWS Cloud Development Kit (CDK)
2
Q
What are the standard steps in the AWS CDK workflow?
A
- Create an app from a template provided by AWS CDK
- Add code to create resources within stacks
- (Optional) Build the app
- Synthesize one or more stacks in the app
- Deploy the stack(s) to your AWS account