
Ultimate access to all questions.
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?
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.