AWS Certified Developer – Associate — Question 438

A company hosts a three-tier web application on AWS behind an Amazon CloudFront distribution. A developer wants a dashboard to monitor error rates and anomalies of the CloudFront distribution with the shortest possible refresh interval.
Which combination of slops should the developer take to meet these requirements? (Choose two.)

Answer options

Correct answer: A, C

Explanation

To achieve the shortest possible refresh interval, real-time logs should be enabled on Amazon CloudFront to stream events to Amazon Kinesis Data Streams within seconds. Delivering these logs to Amazon OpenSearch Service and visualizing them with OpenSearch Dashboards provides near real-time dashboarding and anomaly detection. Standard S3 log delivery and CloudWatch metrics introduce latency and do not meet the requirement for the shortest possible refresh interval.