ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 500 - CLF-C02 discussion

Report
Export

Which of the following is a software development framework that a company can use to define cloud resources as code and provision the resources through AWS CloudFormation?

A.
AWS CLI
Answers
A.
AWS CLI
B.
AWS Developer Center
Answers
B.
AWS Developer Center
C.
AWS Cloud Development Kit (AWS CDK)
Answers
C.
AWS Cloud Development Kit (AWS CDK)
D.
AWS CodeStar
Answers
D.
AWS CodeStar
Suggested answer: C

Explanation:

AWS Cloud Development Kit (AWS CDK) is a software development framework that allows you to define cloud resources as code using familiar programming languages, such as TypeScript, Python, Java, .NET, and Go (in Developer Preview). You can use AWS CDK to model your application resources using high-level constructs that provide sensible defaults and best practices, or use low-level constructs that provide full access to the underlying AWS CloudFormation resources. AWS CDK synthesizes your code into AWS CloudFormation templates that you can deploy using the AWS CDK CLI or the AWS Management Console. AWS CDK also integrates with other AWS services, such as AWS CodeCommit, AWS CodeBuild, AWS CodePipeline, AWS Lambda, Amazon EC2, Amazon S3, and more, to help you automate your development and deployment processes. AWS CDK is an open-source framework that you can extend and contribute to.Reference:Cloud Development Framework - AWS Cloud Development Kit - AWS,AWS Cloud Development Kit Documentation,AWS Cloud Development Kit - Wikipedia,AWS CDK Intro Workshop | AWS CDK Workshop

asked 16/09/2024
Mitchell Mansfield
28 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first