AWS Certified Developer – Associate — Question 148

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 (Amazon CloudWatch Events). The company has configured an EventBridge (CloudWatch Events) 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 allows the central AWS account to route events to the receiver accounts without modifying the SCM configuration. Option A is incorrect as deploying separate gateways would complicate the setup. Option B is not viable because it requires multiple webhooks, which contradicts the requirement of using a single SCM webhook. Option D does not address the need for multi-account event reception.