Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a company implement a serverless solution to store EC2 Auto Scaling status data in Amazon S3 for near-real-time dashboard updates without impacting EC2 instance launch speeds?
A
Utilize Amazon CloudWatch metric streams with Amazon Kinesis Data Firehose to stream and store EC2 Auto Scaling status data in Amazon S3.
B
Deploy an Amazon EMR cluster to aggregate EC2 Auto Scaling status data, then use Amazon Kinesis Data Firehose to store it in Amazon S3.
C
Establish an Amazon EventBridge rule to trigger an AWS Lambda function, which sends EC2 Auto Scaling status data to Amazon S3 on a scheduled basis.
D
Employ a bootstrap script for EC2 instance launches to deploy Amazon Kinesis Agent, which collects and forwards EC2 Auto Scaling status data to Amazon Kinesis Data Firehose and Amazon S3.