CreateVpcEndpoint
Creates an endpoint.
Operation description
The CreateVpcEndpoint operation is asynchronous. The system immediately returns an instance ID, but the endpoint is not yet fully created. A background task continues to run. Call GetVpcEndpointAttribute to check the creation status of the endpoint:
If the endpoint is in the Creating state, it is still being created.
If the endpoint is in the Active state, creation is complete.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
privatelink:CreateVpcEndpoint |
create |
*VpcEndpoint
*SecurityGroup
*VSwitch
*VPC
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the endpoint. Call DescribeRegions to get the region ID. |
cn-huhehaote |
| ClientToken |
string |
No |
A client token used to ensure idempotence of the request. Generate a unique value from your client for this parameter. ClientToken supports ASCII characters only. |
0c593ea1-3bea-11e9-b96b-88e9fe637760 |
| DryRun |
boolean |
No |
Whether to perform a dry run of the request. Valid values:
|
false |
| EndpointName |
string |
No |
The name of the endpoint. The name must be 2 to 128 characters long and start with a letter or Chinese character. It can contain digits, hyphens (-), and underscores (_). |
test |
| EndpointType |
string |
No |
The type of endpoint. Valid values:
Note
Only Alibaba Cloud and its ecosystem partners can provide services that support reverse endpoints. By default, you cannot create them yourself. Contact your account manager to request permission. |
Interface |
| ZonePrivateIpAddressCount |
integer |
No |
The number of private IP addresses per ENI in each zone. Valid value: 1. |
1 |
| EndpointDescription |
string |
No |
The description of the endpoint. The description must be 2 to 256 characters long and cannot start with |
This is my Endpoint. |
| VpcId |
string |
Yes |
The virtual private cloud (VPC) to which the endpoint belongs. |
vpc-hp356stwkxg3fn2xe**** |
| ServiceId |
string |
No |
The endpoint service associated with the endpoint. |
epsrv-hp3xdsq46ael67lo**** |
| ServiceName |
string |
No |
The name of the endpoint service associated with the endpoint. |
com.aliyuncs.privatelink.cn-huhehaote.epsrv-hp3vpx8yqxblby3i**** |
| Zone |
array<object> |
No |
A list of endpoint zones. |
|
|
object |
No |
The zone ID in the current region. The system creates resources in the specified zone. |
||
| VSwitchId |
string |
No |
The vSwitch in the zone where you want to create the endpoint network interface controller (NIC). You can configure up to 10 vSwitches. |
vsw-hp3uf6045ljdhd5zr**** |
| ZoneId |
string |
No |
The zone of the endpoint. You can specify up to 10 zones. |
cn-huhehaote-b |
| ip |
string |
No |
The IPv4 address of the ENI in the specified endpoint zone. |
192.168.XX.XX |
| Ipv6Address |
string |
No |
The IPv6 address of the ENI in the specified endpoint zone. Note
This parameter is valid only when AddressIpVersion is set to DualStack. |
2408:4005:34d:****:a58b:62a3:6b55:**** |
| SecurityGroupId |
array |
No |
A list of security groups associated with the endpoint ENI. |
sg-hp33bw6ynvm2yb0e**** |
|
string |
No |
The security group associated with the endpoint ENI. Security groups control data communication between the VPC and the endpoint ENI. |
sg-bp1fg655nh68xyz9**** |
|
| ProtectedEnabled |
boolean |
No |
Whether to enable custody protection. This setting takes effect only for STS calls. Valid values:
|
false |
| RegionId |
string |
Yes |
The region ID of the endpoint. Call DescribeRegions to get the region ID. |
cn-huhehaote |
| Tag |
array<object> |
No |
A list of tags. |
|
|
object |
No |
A list of tags. |
||
| Key |
string |
No |
The tag key. |
env |
| Value |
string |
No |
The tag value. |
prod |
| ResourceGroupId |
string |
No |
The resource group ID. |
rg-acfmy***** |
| PolicyDocument |
string |
No |
The RAM access policy. For more information about policy elements, see Basic elements of access policies. |
{ "Version": "1", "Statement": [ { "Effect": "Allow", "Action": [ "oss:List*", "oss:PutObject", "oss:GetObject" ], "Resource": [ "acs:oss:oss-*:*:pvl-policy-test/policy-test.txt" ], "Principal": { "RAM": [ "acs:ram::14199xxxxxx:*" ] } } ] } |
| AddressIpVersion |
string |
No |
The IP version. Valid values:
Note
To use dual-stack for an endpoint, both the connected endpoint service and the VPC must support dual-stack. Valid values:
|
IPv4 |
| ZoneAffinityEnabled |
boolean |
No |
Whether to enable zone-affinity DNS resolution for the endpoint domain name. Valid values:
|
false |
| ServiceRegionId |
string |
No |
The region ID of the endpoint service. Default value: the region where you create the endpoint. |
cn-huhehaote |
| CrossRegionBandwidth |
integer |
No |
The cross-region bandwidth value. This parameter applies only when the endpoint and endpoint service are in different regions. Unit: Mbps. Valid values:
Note
To specify this parameter, ensure you are creating a cross-region endpoint. |
1000 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| EndpointDomain |
string |
The endpoint domain name. |
ep-hp33b2e43fays7s8****.epsrv-hp3xdsq46ael67lo****.cn-huhehaote.privatelink.aliyuncs.com |
| RequestId |
string |
The request ID. |
0ED8D006-F706-4D23-88ED-E11ED28DCAC0 |
| CreateTime |
string |
The time when the endpoint was created. |
2022-01-02T19:11:12Z |
| EndpointBusinessStatus |
string |
The business status of the endpoint. Valid values:
|
Normal |
| EndpointDescription |
string |
The endpoint description. |
This is my Endpoint. |
| ServiceId |
string |
The ID of the endpoint service associated with the endpoint. |
epsrv-hp3vpx8yqxblby3i**** |
| EndpointStatus |
string |
The status of the endpoint. Valid values:
|
Active |
| VpcId |
string |
The virtual private cloud (VPC) to which the endpoint belongs. |
vpc-hp356stwkxg3fn2xe**** |
| EndpointName |
string |
The endpoint name. |
test |
| ServiceName |
string |
The name of the endpoint service associated with the endpoint. |
com.aliyuncs.privatelink.cn-huhehaote.epsrv-hp3xdsq46ael67lo**** |
| Bandwidth |
integer |
The connection bandwidth of the endpoint. Unit: Mbps. |
200 |
| EndpointId |
string |
The endpoint ID. |
ep-hp33b2e43fays7s8**** |
| ConnectionStatus |
string |
The connection status of the endpoint. Valid values:
|
Disconnected |
| AddressIpVersion |
string |
The IP version. Valid values:
|
IPv4 |
| ZoneAffinityEnabled |
boolean |
Whether zone-affinity DNS resolution is enabled for the endpoint domain name. Valid values:
|
false |
| ServiceRegionId |
string |
The region ID of the endpoint service. |
cn-huhehaote |
| CrossRegionBandwidth |
integer |
The cross-region bandwidth of the endpoint. This parameter applies only when the endpoint and endpoint service are in different regions. Unit: Mbps. |
1000 |
Examples
Success response
JSON format
{
"EndpointDomain": "ep-hp33b2e43fays7s8****.epsrv-hp3xdsq46ael67lo****.cn-huhehaote.privatelink.aliyuncs.com",
"RequestId": "0ED8D006-F706-4D23-88ED-E11ED28DCAC0",
"CreateTime": "2022-01-02T19:11:12Z",
"EndpointBusinessStatus": "Normal",
"EndpointDescription": "This is my Endpoint.",
"ServiceId": "epsrv-hp3vpx8yqxblby3i****",
"EndpointStatus": "Active",
"VpcId": "vpc-hp356stwkxg3fn2xe****",
"EndpointName": "test",
"ServiceName": "com.aliyuncs.privatelink.cn-huhehaote.epsrv-hp3xdsq46ael67lo****",
"Bandwidth": 200,
"EndpointId": "ep-hp33b2e43fays7s8****",
"ConnectionStatus": "Disconnected",
"AddressIpVersion": "IPv4",
"ZoneAffinityEnabled": false,
"ServiceRegionId": "cn-huhehaote",
"CrossRegionBandwidth": 1000
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | EndpointExist | The specified Endpoint already exists. | The specified Endpoint already exists. |
| 400 | EndpointZoneDuplicated | The zone is duplicated for the Endpoint. | The zone is duplicated for the Endpoint. |
| 400 | EndpointServiceNotFound | The specified Service does not exist. | The specified Service does not exist. |
| 400 | EndpointServiceNotSupportedZone | The specified endpoint service does not support the zone. | The specified endpoint service does not support the zone. |
| 400 | VSwitchNotFound | The specified VSwitch does not exist. | |
| 400 | SecurityGroupNotFound | The specified security group does not exist. | The specified security group does not exist. |
| 400 | VpcTunnelNotFound | The specified VPC tunnel does not exist. | The specified VPC tunnel does not exist. |
| 400 | VpcNotFound | The specified VPC does not exist. | The specified VPC does not exist. |
| 400 | GenerateResourceIdFailed | Failed to generate ResourceId. | Failed to generate ResourceId. |
| 400 | QuotaMisMatched | The resource you applied for has exceeded the quota. | The resource you applied for has exceeded the quota. |
| 400 | EndpointMustContainSecurityGroup | The specified endpoint must have at least one security group. | The specified endpoint must have at least one security group. |
| 400 | EndpointDuplicated | The endpoint of the service already exists and cannot be created again. | |
| 400 | EndpointServiceDeleted | The specified Service is already deleted. | The specified Service is already deleted. |
| 400 | EndpointServiceResourceNotFound | The specified service resource is not found. | |
| 400 | SecurityGroupTypeNotSupport | The specified security group type is not supported. | |
| 400 | EniIpUnavailable | The specified IP address is unavailable. | The specified IP address is unavailable. |
| 400 | EndpointServiceNotAuthorized | The specified endpoint service is not authorized to user. | The specified endpoint service is not authorized to user. |
| 400 | SecurityGroupTypeOnlySingleTypeSupporteded | The specified security group only support one type. | |
| 400 | QuotaExceeded.IpQuotaPerEp | The quota of %s is exceeded, usage %s/%s. | |
| 400 | Mismatch.EndpointType | The %s is mismatched for %s and %s. | |
| 400 | IncorrectStatus.VpcEndpointService | The status of %s [%s] is incorrect. | |
| 400 | CheckServiceLinkRoleError | The ServiceLink role check error. | ServiceLinkRole check error |
| 400 | ResourceNotEnough.VSwitchIp | The specified resource of VSwitchIp is not enough. | The number of vSwitch IP addresses is insufficient. |
| 400 | VSwitchStatusNotAllowed | The specified vswitch status is not Available. | The status of the vSwitch is not available. |
| 400 | QuotaExceeded.epZonePerEndpoint | The quota of %s is exceeded, usage %s/%s. | The number of endpoints in a zone has reached the upper limit. |
| 400 | QuotaExceeded.totalEpPerVpc | The quota of %s is exceeded, usage %s/%s. | The number of VPC endpoints has reached the upper limit. |
| 400 | QuotaExceeded.totalIdleEndpoint | The quota of %s is exceeded, usage %s/%s. | The total number of idle endpoints has reached the upper limit. |
| 400 | OperationDenied.EndpointPolicyNotSupport | The operation is not allowed because of EndpointPolicyNotSupport. | |
| 400 | OperationDenied.PrivateDomainStatusNotSupport | The operation is not allowed because of %s. | |
| 400 | OperationDenied.PrivateDomainNotSupport | The operation is not allowed because of PrivateDomainNotSupport. | |
| 400 | DependencyViolation.PrivateDnsName | The specified resource of %s depends on %s, so the operation cannot be completed. | |
| 400 | GatewayLoadBalancerNotSupportSecurityGroup | The gateway load balancer not support security group. | The gateway load balancer type does not support setting a security group. |
| 400 | GatewayLoadBalancerZoneCountDeny | The GatewayLoadBalancer zone count not support | The number of available zones does not meet the limit and cannot be operated. |
| 400 | OperationDenied.EndpointTypeNotSupportDualstack | The specified endpoint type does not support dualstack, only the Interface and GatewayLoadBalancer types support dual stack. | The specified endpoint type does not support dualstack, only the Interface and GatewayLoadBalancer types support dual stack. |
| 400 | OperationDenied.EndpointServiceNotSupportDualstack | The specified endpoint service does not support dualstack. | The specified endpoint service does not support dualstack. |
| 400 | OperationDenied.VSwitchNotSupportDualstack | The specified VSwitch does not support dualstack. | The specified VSwitch does not support dualstack. |
| 400 | OperationDenied.AddressIpVersionNotSupportSpecifyIpv6 | The AddressIpVersion of the endpoint does not support specifying IPv6 address. | The AddressIpVersion of the endpoint does not support specifying an IPv6 address. |
| 400 | IllegalParam.Ip | The specified parameter IP is invalid. | The specified parameter IP is invalid. |
| 400 | IllegalParam.Ipv6Address | The specified parameter Ipv6Address is invalid. | The specified parameter Ipv6Address is invalid. |
| 400 | IllegalParam.AddressIpVersion | The specified parameter AddressIpVersion is invalid. | The specified parameter AddressIpVersion does not meet the requirements. |
| 400 | SpecifiedAlbNotSupport | The specified alb %s is not supported. | the specified alb instance is not supported. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.