Amazon
CLF-C02 · Question #676
Which AWS service allows users to model and provision AWS resources using common programming languages?
The correct answer is C. AWS Cloud Development Kit (AWS CDK). The AWS CDK lets you define cloud infrastructure using familiar programming languages (such as TypeScript, Python, Java, and C#). It synthesizes these definitions into AWS CloudFormation templates for provisioning resources.
Submitted by marco_it· Mar 6, 2026Cloud Technology and Services
Question
Which AWS service allows users to model and provision AWS resources using common programming languages?
Options
- AAWS CloudFormation
- BAWS CodePipeline
- CAWS Cloud Development Kit (AWS CDK)
- DAWS Systems Manager
How the community answered
(46 responses)- A7% (3)
- B4% (2)
- C87% (40)
- D2% (1)
Explanation
The AWS CDK lets you define cloud infrastructure using familiar programming languages (such as TypeScript, Python, Java, and C#). It synthesizes these definitions into AWS CloudFormation templates for provisioning resources.
Community Discussion
No community discussion yet for this question.