Scenarios
After you create a VPC endpoint service, you also need to create a VPC endpoint to access the VPC endpoint service.
This section describes how to create a VPC endpoint in another VPC of your own for connecting to the VPC endpoint service.
Select the same region and project as those of the VPC endpoint service.
Procedure
- Log in to the management console.
- Click
in the upper left corner and select the required region and project. - Choose Service List > Networking > VPC Endpoint.
- On the VPC Endpoints page, click Create VPC Endpoint.
The
Create VPC Endpoint page is displayed.
Figure 1 Create VPC Endpoint (Service Category set to Find a service by name)
- Set the required parameters.
Table 1 Required parametersParameter
|
Description
|
Region
|
Specifies the region where the VPC endpoint is located. This region is the same as that of the VPC endpoint service.
|
Service Category
|
There are two options: Cloud services or Find a service by name.
- Cloud services: The target VPC endpoint service is a cloud service.
- Find a service by name: Select this value if the target VPC endpoint service is a private service of your own.
Example: Find a service by name
|
VPC Endpoint Service Name
|
This parameter is available only when you select Find a service by name for Service Category.
Enter the VPC endpoint service name recorded in step 8,, for example, eu-de.69e93219-e3ad-43b9-8416-9d788319ac9f and click Verify.
- If Service name found is displayed, proceed with subsequent operations.
- If Service name not found is displayed, check whether the region is the same as that of the connected VPC endpoint service or whether the entered service name is correct.
|
Private Domain Name
|
If you want to access a VPC endpoint using a domain name, select Create a Private Domain Name when creating a VPC endpoint. After the VPC endpoint is created, you can access it using the domain name.
- For the gateway type, this parameter is unavailable.
- For the interface type, this parameter is optional.
|
VPC
|
Specifies the VPC where the VPC endpoint is deployed.
|
Subnet
|
Specifies the subnet where the VPC endpoint is located.
|
Private IP Address
|
This parameter is available only when you create a VPC endpoint for connecting to an interface VPC endpoint service.
Specifies the private IP address of the VPC endpoint. You can select Automatic or Manual.
|
Tag
|
This parameter is optional.
Specifies the VPC endpoint tag, which consists of a key and a value. You can add a maximum of 20 tags to each VPC endpoint.
Tag keys and values must meet requirements listed in Table 2.
NOTE: If a predefined tag has been created on TMS, you can directly select the corresponding tag key and value.
For details about predefined tags, see Predefined Tag Overview.
|
Table 2 Tag requirements for VPC endpointsParameter
|
Requirement
|
Tag key
|
- Cannot be left blank.
- Must be unique for each resource.
- Can contain a maximum of 36 Unicode characters.
- Can contain only letters, digits, hyphens (-), and underscores (_).
|
Tag value
|
- Cannot be left blank.
- Can contain a maximum of 43 Unicode characters.
- Can contain only letters, digits, hyphens (-), and underscores (_).
|
- Confirm the specifications and click Create Now.
- If all of the specifications are correct, click Submit.
- If any of the specifications are incorrect, click Previous to return to the previous page and modify the parameters as needed, and click Submit.
- Manage the connection of the VPC endpoint.
If the status of the VPC endpoint changes to
Accepted, the VPC endpoint is connected to the required VPC endpoint service. If the status is
Pending acceptance, connection approval is enabled for the endpoint service, ask the owner of the endpoint service to perform the following operations:
- In the navigation pane on the left, choose VPC Endpoint > VPC Endpoint Services.
- In the VPC endpoint service list, locate the target VPC endpoint service and click its name.
- On the displayed page, select the Connection Management tab.
- If you allow a VPC endpoint to connect to this VPC endpoint service, locate the target VPC endpoint and click Accept in the Operation column.
- If you refuse a VPC endpoint from connecting to this VPC endpoint service, click Reject in the Operation column.
- Go back to the VPC endpoint list and check whether the status of the target VPC endpoint changes to Accepted. If yes, the VPC endpoint is connected to the VPC endpoint service.
- In the VPC endpoint list, click the ID of the target VPC endpoint to view its details.
After a VPC endpoint is created, a private IP address is assigned together with a private domain name if you select
Create a Private Domain Name.
Figure 2 Summary of the VPC endpoint
You can use the private IP address or private domain name to access the VPC endpoint service.
Configuration Verification
Log in to an ECS in VPC 1 remotely and access the VPC endpoint using its private IP address or private domain name.
Figure 3 Logging in to the ECS to access the VPC endpoint