DOP-C02 Exam QuestionsBrowse all questions from this exam

DOP-C02 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.)

Show Answer
Correct Answer: BCE

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

7 comments
Sign in to comment
xdkonorek2Options: CDF
Jul 5, 2024

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

xdkonorek2Options: CEF
Jul 5, 2024

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

siheomOptions: BCE
Jul 12, 2024

BCE...

trungtdOptions: CEF
Jul 14, 2024

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

tgv
Jul 15, 2024

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

tgv
Jul 18, 2024

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

noisonnoitonOptions: BCE
Jul 17, 2024

without redeployment of the application. B,C,E

dalieba
Jul 18, 2024

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