Exam DOP-C02 All QuestionsBrowse all questions from this exam
Question 237

A company has an event-driven JavaScript application. The application uses decoupled AWS managed services that publish, consume, and route events. During application testing, events are not delivered to the target that is specified by an Amazon EventBridge rule.

A DevOps team must provide application testers with additional functionality to view, troubleshoot, and prevent the loss of events without redeployment of the application.

Which combination of steps should the DevOps team take to meet these requirements? (Choose three.)

    Correct Answer: B, C, E

    To meet the requirements without redeploying the application, the DevOps team should create an Amazon S3 bucket and enable AWS CloudTrail to log AWS API calls for auditing purposes. Additionally, they should configure the EventBridge rule to use an Amazon SQS standard queue as a dead-letter queue, thereby capturing events that could not be delivered. Finally, specifying a log group in Amazon CloudWatch Logs as an additional target of the EventBridge rule will provide detailed logs of the events, allowing for thorough troubleshooting and analysis.

Discussion
dalieba

CEF, X-ray enables you to debug distributed applications to troubleshoot the root cause of performance issues and errors

noisonnoitonOptions: BCE

without redeployment of the application. B,C,E

tgv

---> CEF I thought E its not possible, but --> https://repost.aws/knowledge-center/cloudwatch-log-group-eventbridge

tgv

good catch with "without redeployment of the application." B, C, E

trungtdOptions: CEF

C allows you to capture events that could not be delivered to the specified target E capture detailed logs of the events that are processed F end-to-end tracing capabilities B is wrong because while CloudTrail provides logging for AWS API calls, it is not specifically designed for capturing and troubleshooting event flows in EventBridge

siheomOptions: BCE

BCE...

xdkonorek2Options: CEF

CEF C > D - because SQS FIFO is not supported by Dead Letter Queues in event bridge

xdkonorek2Options: CDF

CDF C > D - because SQS FIFO is not supported by Dead Letter Queues in event bridge