AWS Certified SysOps Administrator – Associate — Question 320

A company recently deployed an application in production. The production environment currently runs on a single Amazon EC2 instance that hosts the application's web application and a MariaDB database. Company policy states that all IT production environments must be highly available.

What should a SysOps administrator do to meet this requirement?

Answer options

Correct answer: A

Explanation

Migrating the database to an Amazon RDS Multi-AZ DB instance ensures automatic failover and high availability for the database layer. Placing the application EC2 instances in an Auto Scaling group across multiple Availability Zones behind a load balancer ensures the web layer is highly available and resilient. Other options are incorrect because AWS Application Migration Service cannot convert applications to AWS Lambda, and manual or cold-standby EC2 configurations do not meet high availability standards.