
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.
A company wants to provision and manage its AWS infrastructure by using the common programming languages TypeScript, Python, Java, and .NET. Which AWS service will meet this requirement?
A
AWS CodeBuild
B
AWS CloudFormation
C
AWS CLI
D
AWS Cloud Development Kit (AWS CDK)
Explanation:
AWS Cloud Development Kit (AWS CDK) is the correct choice because it allows developers to define cloud infrastructure using familiar programming languages like TypeScript, Python, Java, and .NET. Unlike AWS CloudFormation which uses JSON/YAML templates, AWS CDK enables infrastructure-as-code using actual programming languages, providing better abstraction, code reuse, and development tooling integration. AWS CodeBuild is a continuous integration service, AWS CLI is a command-line interface for AWS services, and AWS CloudFormation uses declarative templates rather than programming languages.