
Answer-first summary for fast verification
Answer: Employ AWS Lambda with Amazon EventBridge for API data retrieval., Leverage Amazon S3 and Amazon SNS for storage and email notifications.
Option D is correct because using Amazon EventBridge to schedule an AWS Lambda function to query the application's API for the data allows you to automate the data retrieval process. Option E is also correct because storing the application data in Amazon S3 and using Amazon SNS for notifications can automate the process of sending the report via email. This combination meets the requirement of extracting, organizing, and sending the data every morning.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company requires a solution to automate the extraction and emailing of order shipping statistics in HTML format daily. Which AWS services should be utilized to achieve this?
A
Send data to Amazon Kinesis Data Firehose for processing.
B
Utilize Amazon SES for email formatting and distribution.
C
Use AWS Glue with Amazon EventBridge for data querying and extraction.
D
Employ AWS Lambda with Amazon EventBridge for API data retrieval.
E
Leverage Amazon S3 and Amazon SNS for storage and email notifications.
No comments yet.