AWS Certified Solutions Architect – Associate (SAA-C03) — Question 229

A company is building a solution that will report Amazon EC2 Auto Scaling events across all the applications in an AWS account. The company needs to use a serverless solution to store the EC2 Auto Scaling status data in Amazon S3. The company then will use the data in Amazon S3 to provide near-real-time updates in a dashboard. The solution must not affect the speed of EC2 instance launches.

How should the company move the data to Amazon S3 to meet these requirements?

Answer options

Correct answer: A

Explanation

The correct answer is A because using an Amazon CloudWatch metric stream provides a real-time mechanism to capture EC2 Auto Scaling events efficiently without impacting instance launches. The other options either involve additional infrastructure (B), unnecessary scheduling (C), or introduce potential delays and complexity (D) that could affect performance.