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

A company wants to move a multi-tiered application from on premises to the AWS Cloud to improve the application's performance. The application consists of application tiers that communicate with each other by way of RESTful services. Transactions are dropped when one tier becomes overloaded. A solutions architect must design a solution that resolves these issues and modernizes the application.
Which solution meets these requirements and is the MOST operationally efficient?

Answer options

Correct answer: A

Explanation

Option A is the most operationally efficient solution as it utilizes Amazon API Gateway and AWS Lambda to decouple the application layers, allowing for automatic scaling and reduced latency. The other options, while they may address performance issues, involve more manual intervention or do not fully modernize the application architecture, making them less efficient.