An automation account runs a CI/CD pipeline that creates new AWS accounts within an AWS Organization. A set of internal service teams operate from separate service accounts and want to receive CloudTrail events in their service accounts whenever the automation account calls the CreateAccount API to create a new account. What is the correct way to share those account-creation events with the service accounts?
Choose an answer
Tap an option to check your answer.
Correct answer: Create an EventBridge rule in the automation account that forwards account-creation events to the default event bus in each service account. Update each service account's default event bus policy to allow events from the automation account..
Why this is the answer
The correct approach leverages EventBridge's cross-account event delivery. The automation account, where the CreateAccount API calls originate and CloudTrail logs them, needs an EventBridge rule to capture these specific events. This rule then targets the default event bus in each service account. For this cross-account delivery to succeed, each service account's default event bus policy must be explicitly updated to grant permission to the automation account to put events onto it. This ensures secure and targeted event sharing. Incorrect options: Creating custom event buses in service accounts and attempting to listen directly to CloudTrail events from another account is not how cross-account EventBridge works. EventBridge rules are configured in the source account to send events. Creating matching custom event buses in both accounts and connecting them is overly complex and unnecessary. The default event bus in the target account is sufficient. Creating a custom event bus in the automation account is not required; the default event bus can be used as the source for the rule.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed