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

A company developed a pilot application by using AWS Elastic Beanstalk and Java. To save costs during development, the company's development team deployed the application into a single-instance environment. Recent tests indicate that the application consumes more CPU than expected. CPU utilization is regularly greater than 85%, which causes some performance bottlenecks.

A solutions architect must mitigate the performance issues before the company launches the application to production.

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

Answer options

Correct answer: C

Explanation

Option C is correct because it modifies the existing environment to become load-balanced, which directly addresses the CPU utilization issue with minimal changes. Options A and B involve creating new environments, which would require more management and resources. Option D incorrectly specifies the sum of CPU utilization instead of the average, which is not aligned with the performance metrics needed.