AWS Certified Solutions Architect – Associate (SAA-C02) — Question 591

A company is making a prototype of the infrastructure for its new website by manually provisioning the necessary infrastructure. This infrastructure includes an
Auto Scaling group, an Application Load Balancer, and an Amazon RDS database. After the configuration has been thoroughly validated, the company wants the capability to immediately deploy the infrastructure for development and production use in two Availability Zones in an automated fashion.
What should a solutions architect recommend to meet these requirements?

Answer options

Correct answer: B

Explanation

AWS CloudFormation is the standard Infrastructure as Code (IaC) service designed to define and provision AWS resources repeatedly and reliably using templates. AWS Systems Manager and AWS Config are meant for operational management and compliance auditing, respectively, rather than resource provisioning. AWS Elastic Beanstalk simplifies application deployment but does not automatically convert manually created infrastructure into repeatable environment templates.