Service endpoints for Recycle Bin - Amazon EBS
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Service endpoints for Recycle Bin

An endpoint is a URL that serves as an entry point for an Amazon web service. Recycle Bin supports the following endpoint types:

  • IPv4 endpoints

  • Dual-stack endpoints that support both IPv4 and IPv6

When you make a request, you can specify the endpoint and Region to use. If you do not specify an endpoint, the IPv4 endpoint is used by default. To use a different endpoint type, you must specify it in your request. For examples of how to do this, see Specifying endpoints.

For a list of endpoints, see Endpoints and ARNs for Amazon in China.

IPv4 endpoints

IPv4 endpoints support IPv4 traffic only. IPv4 endpoints are available for all Regions.

You must specify the Region as part of the endpoint name. The endpoint names use the following naming convention:

  • rbin.region.amazonaws.com.cn

For example, the IPv4 endpoint for the Beijing Region is rbin.cn-north-1.amazonaws.com.cn.

Dual-stack (IPv4 and IPv6) endpoints

Dual-stack endpoints support both IPv4 and IPv6 traffic. Dual-stack endpoints are available for all Regions.

To use IPv6, you must use a dual-stack endpoint. When you make a request to a dual-stack endpoint, the endpoint URL resolves to an IPv6 or an IPv4 address, depending on the protocol used by your network and client.

You must specify the Region as part of the endpoint name. Dual-stack endpoint names use the following naming convention:

  • rbin.region.api.amazonwebservices.com.cn

For example, the dual-stack endpoint for the Beijing Region is rbin.cn-north-1.api.amazonwebservices.com.cn.

Specifying endpoints

The following examples show how to specify an endpoint for the Beijing Region using the Amazon CLI.

  • Dual-stack

    aws rbin get-rule \ --identifier rule_id \ --endpoint-url https://rbin.cn-north-1.api.amazonwebservices.com.cn
  • IPv4

    aws rbin get-rule \ --identifier rule_id \ --endpoint-url https://rbin.cn-north-1.amazonaws.com.cn