Topic 1 Question 305
A company has several AWS accounts. An Amazon Connect instance runs in each account. The company uses an Amazon EventBridge default event bus in each account for event handling.
A DevOps team needs to receive all the Amazon Connect events in a single DevOps account.
Which solution meets these requirements?
Update the resource-based policy of the default event bus in each account to allow the DevOps account to replay events. Configure an EventBridge rule in the DevOps account that matches Amazon Connect events and has a target of the default event bus in the other accounts.
Update the resource-based policy of the default event bus in each account to allow the DevOps account to receive events. Configure an EventBridge rule in the DevOps account that matches Amazon Connect events and has a target of the default event bus in the other accounts.
Update the resource-based policy of the default event bus in the DevOps account. Update the policy to allow events to be received from the accounts. Configure an EventBridge rule in each account that matches Amazon Connect events and has a target of the DevOps account's default event bus.
Update the resource-based policy of the default event bus in the DevOps account. Update the policy to allow events to be replayed by the accounts. Configure an EventBridge rule in each account that matches Amazon Connect events and has a target of the DevOps account's default event bus.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: C
Resource-Based Policy on the DevOps Account's Event Bus:
To allow cross-account event routing, the DevOps account's EventBridge event bus must have a resource-based policy that grants permissions to other accounts to send events to it.
EventBridge Rule in Each Account:
Each account needs an EventBridge rule that matches the desired Amazon Connect events and sends them to the DevOps account's event bus as the target. This ensures all relevant events are aggregated in the DevOps account.
Cross-Account Event Routing: EventBridge supports cross-account event routing with a combination of resource-based policies and properly configured rules in the source accounts.
https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-cross-account.html https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-bus-permissions.html https://docs.aws.amazon.com/connect/latest/adminguide/eventbridge.html
👍 3f4b18ba2024/11/20 - 正解だと思う選択肢: C
Explanation:
To centralize Amazon Connect events from multiple AWS accounts into a single account’s EventBridge event bus, the following steps are required: 1. Update the resource-based policy of the EventBridge event bus in the DevOps account: • This policy allows the DevOps account’s event bus to accept events from the other accounts. • The policy must specify the sending account IDs in the Principal field and grant permissions for actions like events:PutEvents. 2. Create EventBridge rules in each Amazon Connect account: • These rules match the specific Amazon Connect events (e.g., contact events, agent status updates) and forward them to the default event bus in the DevOps account.
👍 3Ky_242024/12/15 - 正解だと思う選択肢: C
Agree with f4b18ba comments
👍 2teo21572025/01/17
シャッフルモード