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

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, allowing for automatic scaling and eliminating transaction drops due to overload. Option B merely increases server capacity without addressing performance issues during peak times. Options C and D involve messaging services but still rely on Amazon EC2 instances that may not efficiently handle overload situations.