AWS Certified Developer – Associate (DVA-C02) — Question 126

A company is using an Amazon API Gateway REST API endpoint as a webhook to publish events from an on-premises source control management (SCM) system to Amazon EventBridge. The company has configured an EventBridge rule to listen for the events and to control application deployment in a central AWS account. The company needs to receive the same events across multiple receiver AWS accounts.

How can a developer meet these requirements without changing the configuration of the SCM system?

Answer options

Correct answer: C

Explanation

The correct answer is C because granting permission for EventBridge to access the receiver accounts allows the central account to send events to multiple targets without altering the SCM configuration. Options A and B both require changes to the SCM system or multiple webhooks, which contradicts the requirement. Option D does not address the need for event distribution to multiple accounts.