Multiple Choice
An application is running on an EC2 instance. The Developer wants to store an application metric in Amazon CloudWatch. What is the best practice for implementing this requirement?
A) Use the PUT Object API call to send data to an S3 bucket. Use an event notification to invoke a Lambda function to publish data to CloudWatch.
B) Publish the metric data to an Amazon Kinesis Stream using a PutRecord API call. Subscribe a Lambda function that publishes data to CloudWatch.
C) Use the CloudWatch PutMetricData API call to submit a custom metric to CloudWatch. Provide the required credentials to enable the API call.
D) Use the CloudWatch PutMetricData API call to submit a custom metric to CloudWatch. Launch the EC2 instance with the required IAM role to enable the API call.
Correct Answer:

Verified
Correct Answer:
Verified
Q14: An AWS Elastic Beanstalk application needs to
Q15: A Developer has written code for an
Q16: A startup s photo-sharing site is deployed
Q17: An application runs on multiple EC2 instances
Q18: In a move toward using microservices, a
Q20: An application displays a status dashboard. The
Q21: An AWS Lambda function must access an
Q22: A company needs to ingest terabytes of
Q23: A Developer is writing a REST service
Q24: A Developer uses AWS CodeDeploy to automate