LeetQuiz Logo
About•Privacy Policy•contact@leetquiz.com
RedditX
© 2025 LeetQuiz All rights reserved.
AWS Certified Cloud Practitioner

AWS Certified Cloud Practitioner

Get started today

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?

Real Exam
Community
RRitesh



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.

Powered ByGPT-5

Comments

Loading comments...