ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

628 / 690

Question 628:

Your organization must perform big data analysis to transform data and store the result in the AWS S3 bucket. They have implemented the solution using AWS Lambda due to its zero-administrative maintenance and cost-effective nature. However, in very few cases, the execution is getting abruptly terminated after 15 minutes. They would like to get a notification in such scenarios. What would you do?

Answer options:

A.Setup timer in the code and send a notification when the timer reaches 900 seconds.
B.Configure SES for failures under the Configuration option in the lambda function.
C.Setup the ERROR_NOTIFY environment variable with an email address. Lambda function has an inbuilt feature to send an email during max memory and time out terminations using this environment variable.
D.Configure Dead-letter Queue and send a notification to SNS topic