AWS Certified Solutions Architect – Professional (SAP-C02) — Question 260

A company wants to containerize a multi-tier web application and move the application from an on-premises data center to AWS. The application includes web. application, and database tiers. The company needs to make the application fault tolerant and scalable. Some frequently accessed data must always be available across application servers. Frontend web servers need session persistence and must scale to meet increases in traffic.

Which solution will meet these requirements with the LEAST ongoing operational overhead?

Answer options

Correct answer: D

Explanation

Option D is correct because it utilizes Amazon EKS with managed node groups, which simplifies operations while ensuring scalability and fault tolerance. Storing session data in Amazon DynamoDB provides high availability and durability with minimal operational overhead. The other options involve more complex setups or do not meet the session persistence requirement as effectively.