AWS Certified Solutions Architect – Professional — Question 940

A company runs a public-facing application that uses a Java-based web service via a RESTful API. It is hosted on Apache Tomcat on a single server in a data center that runs consistently at 30% CPU utilization. Use of the API is expected to increase by 10 times with a new product launch. The business wants to migrate the application to AWS with no disruption, and needs it to scale to meet demand.
The company has already decided to use Amazon Route 53 and CNAME records to redirect traffic. How can these requirements be met with the LEAST amount of effort?

Answer options

Correct answer: A

Explanation

AWS Elastic Beanstalk supports Java and Apache Tomcat out of the box, making it the fastest and easiest way to deploy, manage, and automatically scale the application with minimal administrative overhead. Re-architecting the service for AWS Lambda or containerizing it for Amazon ECS requires significantly more development and migration effort. A simple lift-and-shift of the single server using AWS SMS does not inherently provide the automatic horizontal scaling needed to handle the 10x traffic spike.