Hologres assigns a unique endpoint to each instance. The endpoint format depends on the region where your instance is deployed and the network type you use to connect. Use the tables on this page to find the correct endpoint for your instance.
Choose a network type
| Network type | Use when |
|---|---|
| Virtual Private Cloud (VPC) | Connecting from an Alibaba Cloud ECS instance in the same VPC as the Hologres instance |
| Classic network | Connecting from an Alibaba Cloud ECS instance in the classic network |
| Public network | Connecting from outside Alibaba Cloud (your local machine, an external server) |
A VPC endpoint connects only to the VPC attached to the Hologres instance. To connect from other VPCs, see Network connectivity.
Find your instance ID
Before you look up your endpoint, find your instance ID. Log in to the Hologres console and go to the Instance Details page.
For example, an instance ID looks like hgprecn-cn-xxxk3ovx003.
Endpoints by region
Replace <instanceID> in the endpoints below with your actual instance ID.
Regions and service connections for the public network
|
Region |
City |
Public network endpoint |
|
China (Hong Kong) |
Hong Kong |
|
|
Singapore |
Singapore |
|
|
Malaysia (Kuala Lumpur) |
Kuala Lumpur |
|
|
US (Silicon Valley) |
Silicon Valley |
|
|
Indonesia (Jakarta) |
Jakarta |
|
|
Japan (Tokyo) |
Tokyo |
|
Regions and service connections for the classic network
|
Region |
City |
Classic network endpoint |
|
China (Hong Kong) |
Hong Kong |
|
|
Singapore |
Singapore |
|
|
Malaysia (Kuala Lumpur) |
Kuala Lumpur |
|
|
US (Silicon Valley) |
Silicon Valley |
|
|
Indonesia (Jakarta) |
Jakarta |
|
|
Japan (Tokyo) |
Tokyo |
|
Regions and service connections for VPCs
|
Region |
City |
VPC endpoint |
|
China (Hong Kong) |
Hong Kong |
|
|
Singapore |
Singapore |
|
|
Malaysia (Kuala Lumpur) |
Kuala Lumpur |
|
|
US (Silicon Valley) |
Silicon Valley |
|
|
Indonesia (Jakarta) |
Jakarta |
|
|
Japan (Tokyo) |
Tokyo |
|
| Region | Public network endpoint | Classic network endpoint | VPC endpoint |
|---|---|---|---|
| China (Hong Kong) | <instanceID>-cn-hongkong.hologres.aliyuncs.com:80 |
<instanceID>-cn-hongkong-internal.hologres.aliyuncs.com:80 |
<instanceID>-cn-hongkong-vpc-st.hologres.aliyuncs.com |
| Singapore | <instanceID>-ap-southeast-1.hologres.aliyuncs.com:80 |
<instanceID>-ap-southeast-1-internal.hologres.aliyuncs.com:80 |
<instanceID>-ap-southeast-1-vpc-st.hologres.aliyuncs.com |
| Malaysia (Kuala Lumpur) | <instanceID>-ap-southeast-3.hologres.aliyuncs.com:80 |
<instanceID>-ap-southeast-3-internal.hologres.aliyuncs.com:80 |
<instanceID>-ap-southeast-3-vpc-st.hologres.aliyuncs.com |
| US (Silicon Valley) | <instanceID>-us-west-1.hologres.aliyuncs.com:80 |
<instanceID>-us-west-1-internal.hologres.aliyuncs.com:80 |
<instanceID>-us-west-1-vpc-st.hologres.aliyuncs.com |
| Indonesia (Jakarta) | <instanceID>-ap-southeast-5.hologres.aliyuncs.com:80 |
<instanceID>-ap-southeast-5-internal.hologres.aliyuncs.com:80 |
<instanceID>-ap-southeast-5-vpc-st.hologres.aliyuncs.com |
| Japan (Tokyo) | <instanceID>-ap-northeast-1.hologres.aliyuncs.com:80 |
<instanceID>-ap-northeast-1-internal.hologres.aliyuncs.com:80 |
<instanceID>-ap-northeast-1-vpc-st.hologres.aliyuncs.com |
Endpoint format
Each endpoint follows a consistent pattern. Understanding the pattern lets you construct or verify an endpoint without looking up the table.
| Network type | Format | Port |
|---|---|---|
| Public network | <instanceID>-<region-code>.hologres.aliyuncs.com |
80 |
| Classic network | <instanceID>-<region-code>-internal.hologres.aliyuncs.com |
80 |
| VPC | <instanceID>-<region-code>-vpc-st.hologres.aliyuncs.com |
None |
Where:
-
<instanceID>— Your Hologres instance ID, for example,hgprecn-cn-xxxk3ovx003. -
<region-code>— The region code for the region where your instance is deployed, for example,ap-southeast-1for Singapore.
Example: For an instance with ID hgprecn-cn-xxxk3ovx003 deployed in Singapore:
| Network type | Endpoint |
|---|---|
| Public network | hgprecn-cn-xxxk3ovx003-ap-southeast-1.hologres.aliyuncs.com |
| Classic network | hgprecn-cn-xxxk3ovx003-ap-southeast-1-internal.hologres.aliyuncs.com |
| VPC | hgprecn-cn-xxxk3ovx003-ap-southeast-1-vpc-st.hologres.aliyuncs.com |
-
Public network:
hgprecn-cn-xxxk3ovx003-ap-southeast-1.hologres.aliyuncs.com. -
Classic network:
hgprecn-cn-xxxk3ovx003-ap-southeast-1-internal.hologres.aliyuncs.com. -
VPC:
hgprecn-cn-xxxk3ovx003-ap-southeast-1-vpc-st.hologres.aliyuncs.com.