AWS Certified Developer Associate · Free Practice Question Medium
Question 65
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?
- A Configure the Amazon CloudWatch agent to track the memory usage of the instances.
- B Configure an Amazon CloudWatch dashboard to track the memory usage of the instances.
- C Configure the Elastic Beanstalk .ebextensions directory to track the memory usage of the instances.
- D Configure the Amazon CloudWatch agent to push logs to Amazon CloudWatch Logs by using port 443.
Reveal correct answer
Correct answer: C
Explanation
To gather more information about the application performance issues related to memory usage, the developer should configure the Amazon CloudWatch agent to track the memory usage of the instances. This will provide detailed insights into memory consumption, helping to identify and address the root cause of the performance degradation. Correct Answer: Configure the Amazon CloudWatch agent to track the memory usage of the instances.Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
You must be logged in to post a comment.
