Dual-stack service endpoints in Amazon EventBridge
In addition to the IPv4 service endpoints, EventBridge also provides dual-stack endpoints for the following resources. You can access these endpoints using either IPv4 or IPv6 requests.
| Resource | Region endpoint | FIPS endpoint | Regions |
|---|---|---|---|
|
|
HTTPS://events-fips.
|
||
|
|
|
||
|
|
|
||
|
|
|
To make a request to a dual-stack endpoint, you must use the mechanism provided by the tool or AWS SDK to specify the endpoint. For more information, see Dual-stack and FIPS endpoints in the AWS SDKs and Tools Reference Guide.
For example, the AWS CLI provides the --endpoint-url option. The
following example uses --endpoint-url to specify the dual-stack endpoint for event
buses in the US West (Oregon) Region.
aws events describe-event-bus --region us-west-2 --endpoint-url https://events.us-west-2.api.awsFor a list of Region codes to use when specifying regional endpoints, see Regional endpoints in the AWS General Reference.
Considerations when using dual-stack endpoints
Keep the following considerations in mind when using dual-stack endpoints to access EventBridge resources.
For event buses:
Dual-stack support for event buses includes archives and replays.
-
EventBridge does not currently support dual-stack endpoints for global endpoints.
If you configure the AWS SDK to use dual-stack endpoints, calls to
PutEventswill result in an error. This is because the SDK uses the dual-stack domain (events.) rather thanregion-code.api.awsevents.when constructing the endpoint, resulting in the request being sent to an endpoint that does not exist.region-code.amazonaws.com
For EventBridge Pipes:
-
EventBridge Pipes supports dual-stack requests with Interface VPC endpoints.