Create VPC Endpoint

GET {{aws_ec2_base_url}}/?ClientToken&DryRun&PolicyDocument&PrivateDnsEnabled&RouteTableId.N&SecurityGroupId.N&ServiceName&SubnetId.N&VpcEndpointType&VpcId&Action=CreateVpcEndpoint

Creates a VPC endpoint for a specified service.

Request Params

KeyDatatypeRequiredDescription
ClientTokennullUnique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
DryRunnullChecks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
PolicyDocumentnullA policy to attach to the endpoint that controls access to the service. The policy must be in valid JSON format. If this parameter is not specified, we attach a default policy that allows full access to the service.
PrivateDnsEnablednull(Interface endpoint) Indicate whether to associate a private hosted zone with the specified VPC. The private hosted zone contains a record set for the default public DNS name for the service for the Region (for example, kinesis.us-east-1.amazonaws.com) which resolves to the private IP addresses of the endpoint network interfaces in the VPC. This enables you to make requests to the default public DNS name for the service instead of the public DNS names that are automatically generated by the VPC endpoint service.
RouteTableId.Nnull(Gateway endpoint) One or more route table IDs.
SecurityGroupId.Nnull(Interface endpoint) The ID of one or more security groups to associate with the endpoint network interface.
ServiceNamenullThe service name. To get a list of available services, use the DescribeVpcEndpointServices request, or get the name from the service provider.
SubnetId.Nnull(Interface endpoint) The ID of one or more subnets in which to create an endpoint network interface.
VpcEndpointTypenullThe type of endpoint.
VpcIdnullThe ID of the VPC in which the endpoint will be used.
Actionstring