AWS Certified Cloud Practitioner (CLF-C02) — Question 77
Which of the following is a software development framework that a company can use to define cloud resources as code and provision the resources through AWS CloudFormation?
Answer options
- A. AWS CLI
- B. AWS Developer Center
- C. AWS Cloud Development Kit (AWS CDK)
- D. AWS CodeStar
Correct answer: C
Explanation
The AWS Cloud Development Kit (AWS CDK) is specifically designed to define cloud resources as code, making it the correct choice. The AWS CLI is a command-line tool for managing AWS services, while AWS Developer Center provides resources for developers but does not define resources as code. AWS CodeStar is a service for managing development projects but does not focus on defining cloud resources.