AWS Certified Developer - Associate

AWS Certified Developer - Associate

Get started today

Ultimate access to all questions.


How can a developer ensure that events from an on-premises SCM system published to Amazon EventBridge via an API Gateway REST API endpoint are received across multiple AWS accounts without altering the SCM system configuration?




Explanation:

The correct answer is C. This approach leverages the capabilities of Amazon EventBridge for cross-account event sharing. By granting permission to the central AWS account for EventBridge to access the receiver AWS accounts, and then adding an EventBridge event bus in each receiver account as a target to the existing EventBridge rule, you can ensure that events are propagated across multiple AWS accounts. This method does not require any changes to the existing SCM system configuration. Option A, B, and D do not address the need for a cross-account event propagation without altering the SCM configuration.