AWS Certified Developer – Associate (DVA-C02) — Question 71

A company hosts a batch processing application on AWS Elastic Beanstalk with instances that run the most recent version of Amazon Linux. The application sorts and processes large datasets.

In recent weeks, the application's performance has decreased significantly during a peak period for traffic. A developer suspects that the application issues are related to the memory usage. The developer checks the Elastic Beanstalk console and notices that memory usage is not being tracked.

How should the developer gather more information about the application performance issues?

Answer options

Correct answer: C

Explanation

The correct answer is C because configuring the Amazon CloudWatch agent to track memory usage directly addresses the need for monitoring this specific resource, which is crucial for diagnosing performance issues. Options A, B, and D do not specifically focus on monitoring memory usage, which is the core requirement for this scenario.