
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
Which AWS service allows users to model and provision AWS resources using common programming languages?
A
AWS CloudFormation
B
AWS CodePipeline
C
AWS Cloud Development Kit (AWS CDK)
D
AWS Systems Manager
Explanation:
The AWS Cloud Development Kit (AWS CDK) is the correct answer because it allows developers to define cloud infrastructure using familiar programming languages like TypeScript, Python, Java, and C#. Unlike AWS CloudFormation which uses JSON/YAML templates, AWS CDK enables infrastructure-as-code using actual programming languages, providing benefits like code reuse, abstraction, and better development workflows. AWS CodePipeline is a continuous delivery service, and AWS Systems Manager is for operational data and automation tasks.