
Answer-first summary for fast verification
Answer: Utilize AWS CloudFormation to template and deploy the infrastructure based on the prototype
The correct answer is B. AWS CloudFormation is designed to treat infrastructure as code. By defining the infrastructure as a template, it allows for automated, repeatable deployment of resources across multiple Availability Zones. This ensures that the same configuration is used every time, which is ideal for deploying infrastructure for development and production environments. The other options do not provide the same level of automation and consistent infrastructure as AWS CloudFormation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company has validated a prototype infrastructure for a new website, including an Auto Scaling group, an Application Load Balancer, and an Amazon RDS database. What automated solution should be recommended for deploying this infrastructure in two Availability Zones for development and production?
A
Replicate the infrastructure using AWS Systems Manager across two Availability Zones
B
Utilize AWS CloudFormation to template and deploy the infrastructure based on the prototype
C
Leverage AWS Config to inventory and deploy the prototype infrastructure into two Availability Zones
D
Configure AWS Elastic Beanstalk to automatically deploy environments in two Availability Zones referencing the prototype
No comments yet.