Topic 1 Question 215
A developer needs to manage AWS infrastructure as code and must be able to deploy multiple identical copies of the infrastructure, stage changes, and revert to previous versions.
Which approach addresses these requirements?
Use cost allocation reports and AWS OpsWorks to deploy and manage the infrastructure.
Use Amazon CloudWatch metrics and alerts along with resource tagging to deploy and manage the infrastructure.
Use AWS Elastic Beanstalk and AWS CodeCommit to deploy and manage the infrastructure.
Use AWS CloudFormation and AWS CodeCommit to deploy and manage the infrastructure.
ユーザの投票
コメント(2)
D. Use AWS CloudFormation and AWS CodeCommit to deploy and manage the infrastructure.
Here's why this is the most appropriate choice:
AWS CloudFormation: It allows you to define your infrastructure as code using templates, which can be version-controlled. You can create, update, and delete stacks of AWS resources in a controlled and predictable manner. This aligns with the requirement to deploy multiple identical copies of the infrastructure, stage changes, and revert to previous versions.
AWS CodeCommit: It provides a fully managed source control service, allowing you to store and version-control your CloudFormation templates. This ensures that you can manage and track changes to your infrastructure configurations.
👍 3Claire_KMT2023/10/27- 正解だと思う選択肢: D
this is the only option mentioning infra as code.
👍 3Jing20232023/10/28
シャッフルモード