AWS Certified Cloud Practitioner (CLF-C02) — Question 254

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?

Answer options

Correct answer: D

Explanation

The AWS Cloud Development Kit (AWS CDK) allows developers to define cloud infrastructure using familiar programming languages like Typescript, Python, Java, and .NET, making it the most suitable option. AWS CodeBuild is focused on building code, AWS CloudFormation is primarily for managing resources through templates, and AWS CLI is a command-line interface for AWS services but does not directly relate to managing infrastructure with programming languages.