Topic 1 Question 51
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?
AWS CLI
AWS Developer Center
AWS Cloud Development Kit (AWS CDK)
AWS CodeStar
ユーザの投票
コメント(9)
C. AWS Cloud Development Kit (AWS CDK)
AWS CDK is a software development framework that enables developers to define infrastructure as code (IaC) using familiar programming languages like TypeScript, Python, Java, C#, and more. With AWS CDK, you can define cloud resources, their relationships, and provisioning logic in your preferred programming language. AWS CDK also generates CloudFormation templates based on your code, making it easier to manage and deploy infrastructure resources in AWS.
👍 11felixlugo062023/10/18- 正解だと思う選択肢: C
A. AWS CLI (Command Line Interface): A command-line tool that allows users to interact with AWS services using commands. While it is a useful tool for managing AWS resources, it is not specifically designed for defining cloud resources as code or provisioning resources through AWS CloudFormation.
B. AWS Developer Center: There is no specific service or tool named "AWS Developer Center" in the AWS ecosystem. It might refer to general resources or documentation for developers.
C. AWS Cloud Development Kit (AWS CDK): A software development framework for defining cloud infrastructure as code (IaC) and provisioning resources using familiar programming languages. It allows developers to use programming languages such as Python, TypeScript, or Java to define AWS infrastructure, making it easier to manage and provision resources.
D. AWS CodeStar: A fully managed service for quickly developing, building, and deploying applications on AWS. While it includes features for continuous integration and deployment, it is not primarily focused on defining cloud resources as code using a framework like AWS CloudFormation.
👍 10TheFivePips2024/01/24 - 正解だと思う選択肢: C👍 3parrtner732023/10/16
シャッフルモード