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

A company is running a multi-tier web application on premises. The web application is containerized and runs on a number of Linux hosts connected to a
PostgreSQL database that contains user records. The operational overhead of maintaining the infrastructure and capacity planning is limiting the company's growth. A solutions architect must improve the application's infrastructure.
Which combination of actions should the solutions architect take to accomplish this? (Choose two.)

Answer options

Correct answer: A, E

Explanation

Migrating the database to Amazon Aurora reduces operational overhead by automating database clustering, replication, and storage capacity planning. Migrating the containerized application to AWS Fargate with Amazon ECS provides a serverless container environment, eliminating the need to manage and scale underlying EC2 instances. Other options, such as using Amazon EC2, do not sufficiently reduce infrastructure management overhead.