Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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?
A
Deploy API Gateway REST API across all required accounts, utilizing a shared custom domain name for a unified webhook.
B
Deploy API Gateway REST API in each receiver account, correlating the number of SCM webhooks to the number of AWS accounts.
C
Authorize the central AWS account's EventBridge to access other accounts, integrating EventBridge event buses from receiver accounts as additional targets in the existing rule.
D
Change the API Gateway from a REST API to an HTTP API.