After a VPC endpoint is created, you can query its details and access it.
One VPC endpoint supports up to 3,000 concurrent connections.
Perform the following operations to query details of a VPC endpoint, including its ID, associated VPC endpoint service name, VPC, and status.
On the displayed page, locate the VPC endpoint by entering a keyword in the search box in the upper right corner:
VPC endpoints containing the keyword are displayed in the VPC endpoint list.
Tab |
Parameter |
Description |
---|---|---|
Summary |
ID |
Specifies the ID of the VPC endpoint. |
Summary |
VPC |
Specifies the VPC where the VPC endpoint is deployed. |
Summary |
VPC Endpoint Service Name |
Specifies the name of the VPC endpoint service that the VPC endpoint is used to access. |
Summary |
IPv4 Address |
Specifies the IPv4 address of the VPC endpoint. |
Summary |
Private Domain Name |
Specifies the private domain name for accessing the VPC endpoint. |
Summary |
Status |
Specifies the status of the VPC endpoint. |
Summary |
Type |
Specifies the type of the VPC endpoint service that the VPC endpoint is used to access. |
Summary |
Created |
Specifies the creation time of the VPC endpoint. |
Route Tables |
Name |
Specifies the name of the route table. |
Route Tables |
VPC |
Specifies the VPC that the route table belongs to. |
Route Tables |
Type |
Specifies the type of the route table, which can be Default and Custom. |
Route Tables |
Associated Subnets |
Specifies the number of subnets associated with the route table. |
Route Tables |
Operation |
Specifies the operation to be performed on the route table. The operation can be Disassociate or Associate. |
Tags |
Key |
Specifies the tag key of the VPC endpoint. |
Tags |
Value |
Specifies the tag value of the VPC endpoint. |
Tags |
Operation |
Specifies the operation to be performed on the VPC endpoint tag. You can click Edit or Delete. |
Perform the following operations to access a VPC endpoint via its private IP address:
Command Private IP address:Port number
The following is a command example:
curl Private IP address:Port number
You can access a VPC endpoint via its private domain name if you select Create a Private Domain Name when creating the VPC endpoint.
The system automatically creates a private zone for the generated domain name and adds an A record set for the private zone to resolve the domain name into the private IP address of the VPC endpoint.
You can view the corresponding private zone and its resolution records on the DNS console. For more information, see Configuring a Private Zone.
Viewing the record set of the private domain name
The DNS console is displayed.
The Private Zones page is displayed.
Accessing a VPC endpoint via its private domain name
Command Private domain name:Port number
The following is a command example:
curl Private domain name:Port number