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

A company hosts its multi-tier, public web application in the AWS Cloud. The web application runs on Amazon EC2 instances, and its database runs on Amazon
RDS. The company is anticipating a large increase in sales during an upcoming holiday weekend. A solutions architect needs to build a solution to analyze the performance of the web application with a granularity of no more than 2 minutes.
What should the solutions architect do to meet this requirement?

Answer options

Correct answer: B

Explanation

By default, Amazon CloudWatch provides basic monitoring for Amazon EC2 instances at a 5-minute interval. Enabling detailed monitoring provides metric data at a 1-minute frequency, which successfully satisfies the requirement of a granularity of no more than 2 minutes. The other choices involving log streaming to S3, Redshift, or Lambda are unnecessarily complex and do not directly address the metrics granularity requirement.