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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the standard steps in the AWS CDK workflow?

A
  1. Create an app from a template provided by AWS CDK
  2. Add code to create resources within stacks
  3. (Optional) Build the app
  4. Synthesize one or more stacks in the app
  5. Deploy the stack(s) to your AWS account
How well did you know this?
1
Not at all
2
3
4
5
Perfectly