- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
The documentation you referenced is not specific to the China partition of AWS. You can find this documentation for other regions as well, see this link.
Using Amazon EventBridge with Interface VPC Endpoints means that custom events your VPC sends to EventBridge will use that endpoint.
API Gateway private endpoints are made possible via AWS PrivateLink interface VPC endpoints. Please refer to the AWS PrivateLink documentation:
The service can't initiate requests to resources in your VPC through the VPC endpoint. The endpoint only returns responses to traffic that was initiated by resources in your VPC.
So, EventBridge cannot initiate a request to a resource in your VPC (a private API Gateway endpoint in your case) using a VPC endpoint you configure with AWS PrivateLink.
You can use the workarounds described in the re:Post answer you referenced.
Contenuto pertinente
- AWS UFFICIALEAggiornata 4 anni fa
- AWS UFFICIALEAggiornata 2 anni fa