Querying and Accessing a VPC Endpoint
Scenarios
After a VPC endpoint is created, you can query its details and access it.
Constraints
A VPC endpoint supports a maximum of 3,000 concurrent requests.
Querying a VPC Endpoint
Perform the following operations to query details about a VPC endpoint, including its ID, associated VPC endpoint service name, VPC, and status.
- Log in to the management console.
- Click in the upper left corner and select the required region and project.
- Click Service List and choose Networking > VPC Endpoint.
On the displayed page, locate the target VPC endpoint by entering a keyword in the search box in the upper right corner:
- Search by VPC endpoint service name or VPC endpoint ID.
- Select ID or VPC Endpoint Service Name in the filter box.
- Enter a keyword in the search box.
- Click to start the search.
VPC endpoints containing the keyword are displayed in the VPC endpoint list.
- Search by tag.
- Click to the right of Search by Tag.
- Enter a tag and a value.
You can also select a key or value from the drop-down list.
You can use a maximum of 10 tags to search for a VPC endpoint.
- Click Search.
VPC endpoints containing the specified tag are displayed in the VPC endpoint list.
If you set multiple tags, VPC endpoints containing all the specified tags will be displayed.
- Search by VPC endpoint service name or VPC endpoint ID.
- In the VPC endpoint list, click before the target VPC endpoint to view its details.
After an interface VPC endpoint is created, a private IP address is assigned.
Table 1 Parameters contained in the details of a VPC endpoint Parameter
Description
VPC Endpoint Service Name
Specifies the name of the VPC endpoint service that the VPC endpoint is used to access.
Private IP Address
Specifies the IP address for accessing the VPC endpoint.
Private Domain Name
Specifies the private domain name for accessing the VPC endpoint.
Accessing a VPC Endpoint via Its Private IP Address
Perform the following operations to access a VPC endpoint via its private IP address:
- In the VPC where the VPC endpoint is deployed, log in to the backend resource, for example, an ECS.
- Select a command based on the backend resource type and run the command to access the VPC endpoint. The command format is as follows:
Command Private IP address:Port number
The following is a command example:
curl Private IP address:Port number
Accessing a VPC Endpoint (via Its Private Domain Name)
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.
Viewing the record set of the private domain name
- Log in to the management console.
- In the service list, choose Network > Domain Name Service.
The DNS console is displayed.
- In the navigation pane, choose Private Zones.
The Private Zones page is displayed.
- In the private zone list, click the name of the target private zone.
- In the record set list, locate the target A record set and view its information.
Accessing a VPC endpoint via its private domain name
- In the VPC where the VPC endpoint is deployed, log in to the backend resource, for example, an ECS.
- Select a command based on the backend resource type and run the command to access the VPC endpoint. The command format is as follows:
Command Private domain name:Port number
The following is a command example:
curl Private domain name:Port number
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot