Question 31:
A mobile application is deployed on Amazon EC2 instances with Amazon EC2 Auto Scaling for efficient capacity management. Amazon EventBridge rules are created to send Amazon EC2 Auto Scaling generated events for terminated instances to Amazon SNS as a target. Junior Sysops administrator observes many events are not successfully delivered to Amazon SNS and are dropped. He is looking for your suggestion for retaining these failed events instead of getting dropped. Which of the following configurations in Amazon EventBridge can be done to meet this requirement?
Answer options:
A.Configure new EventBridge rules for events that are getting dropped. B.Configure new EventBridge rules for these events in each region as all inter region events are getting dropped. C.Configure an EventBridge DLQ as standard Amazon SQS queues & send all failed events to it for further processing. D.Configure an EventBridge DLQ as FIFO Amazon SQS queues & send all failed events to it for further processing.