nerdexam
Amazon

SAA-C03 · Question #79

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 incr

The correct answer is B. Enable detailed monitoring on all EC2 instances. Use Amazon CloudWatch metrics to perform. To analyze the performance of the web application with granularity of no more than 2 minutes, enablingdetailed monitoringon EC2 instances is the best solution. By default, CloudWatch provides metrics at a 5-minute interval. Enabling detailed monitoring allows you to collect metri

Submitted by haru.x· Mar 4, 2026Design High-Performing Architectures

Question

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 asolution 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?

Options

  • ASend Amazon CloudWatch logs to Amazon Redshift. Use Amazon QuickSight to perform further
  • BEnable detailed monitoring on all EC2 instances. Use Amazon CloudWatch metrics to perform
  • CCreate an AWS Lambda function to fetch EC2 logs from Amazon CloudWatch Logs. Use Amazon
  • DSend EC2 logs to Amazon S3. Use Amazon Redshift to fetch togs from the S3 bucket to process

How the community answered

(55 responses)
  • A
    2% (1)
  • B
    91% (50)
  • C
    5% (3)
  • D
    2% (1)

Explanation

To analyze the performance of the web application with granularity of no more than 2 minutes, enablingdetailed monitoringon EC2 instances is the best solution. By default, CloudWatch provides metrics at a 5-minute interval. Enabling detailed monitoring allows you to collect metrics at 1-minute intervals, which will give you the level of granularity you need to analyze performance during peak traffic. Amazon CloudWatch metrics can then be used to analyze CPU utilization, memory usage, disk I/O, and network throughput, among other performance-related metrics, at the desired granularity. Option A: Sending CloudWatch logs to Redshift for analysis is unnecessary and overcomplicated for simple performance analysis, which can be done using CloudWatch metrics alone. Option C: Fetching EC2 logs via Lambda adds complexity, and CloudWatch metrics already provide the required data for performance analysis. Option D: Sending logs to S3 and using Redshift for analysis is also more complex than necessary for simple performance monitoring.

Community Discussion

No community discussion yet for this question.

Full SAA-C03 Practice