Topic 1 Question 237
3 つ選択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?
Launch AWS Device Farm with a standard test environment and project to run a specific build of the application.
Create an Amazon S3 bucket. Enable AWS CloudTrail. Create a CloudTrail trail that specifies the S3 bucket as the storage location.
Configure the EventBridge rule to use an Amazon Simple Queue Service (Amazon SQS) standard queue as a dead-letter queue.
Configure the EventBridge rule to use an Amazon Simple Queue Service (Amazon SQS) FIFO queue as a dead-letter queue.
Create a log group in Amazon CloudWatch Logs Specify the log group as an additional target of the EventBridge rule.
Update the application code base to use the AWS X-Ray SDK tracing feature to instrument the code with support for the X-Amzn-Trace-Id header.
ユーザの投票
コメント(11)
- 正解だと思う選択肢: BCE
without redeployment of the application.
B,C,E
👍 4noisonnoiton2024/07/16 - 正解だと思う選択肢: BCE
BCE...
👍 3siheom2024/07/11 - 正解だと思う選択肢: BCE
Keywords: without redeployment of the application. Option B: Enabling CloudTrail will allow testers to track event activities and interactions with AWS services, aiding in troubleshooting. Option C: Using a standard SQS queue as a DLQ ensures that failed events are captured and can be analyzed or retried. Option E: Adding CloudWatch Logs as a target provides immediate logging of event processing, aiding in real-time monitoring and troubleshooting.
👍 3jamesf2024/07/30
シャッフルモード