AWS Certified Solutions Architect – Associate (SAA-C03) — Question 460

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 service for defining infrastructure as code (IaC), allowing you to write templates based on existing resources to automate deployments reliably across multiple environments. AWS Systems Manager and AWS Config are management and compliance services, not infrastructure provisioning tools. AWS Elastic Beanstalk manages application deployments but does not support referencing manually built, external prototype infrastructures for replication in this way.