ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

669 / 690

Question 669:

You are an architect in your company. You have configured an SNS topic to send emails to a group of users regarding the CloudWatch alarms on the resource usages and outages. You were requested by your head of department to exclude him from those alarms except for critical system outages. How efficiently can you achieve this?

Answer options:

A.Create a new topic and subscribe only head of department email address. Create a new CloudWatch alarm only for critical outages and send messages to the new Topic.
B.Configure another option on the AWS CloudWatch alarm to send a direct email to the head of the department.
C.Add filter policy to head of department subscription.
D.For head of department subscription, select AWS Lambda function which contains code to identify critical system outages and send email using AWS SES.