ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

401 / 500

Question 401:

You are a DevOps Engineer in your company. There is a requirement to send customized notifications whenever an EC2 Instance is scaled in or scaled out in an Auto Scaling Group. Which of the following steps can be implemented to fulfil this requirement? Each step forms part of the solution.

Answer options:

A.Create a Lambda function that sends customized notifications.
B.Create a CloudWatch event rule that triggers the Lambda function.
C.Create an SQS queue that writes the events to CloudWatch Logs.
D.Create a CloudWatch event rule that triggers the SQS queue.