AWS Fundamentals Logo
AWS Fundamentals
AWS::EC2::VPCEndpointService

EC2 VPCEndpointService

Resource Type definition for AWS::EC2::VPCEndpointService

Properties

8 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AcceptanceRequired
boolean
ContributorInsightsEnabled
boolean
Write-only
GatewayLoadBalancerArns
Array<string>
NetworkLoadBalancerArns
Array<string>
PayerResponsibility
string
SupportedIpAddressTypes
Array<string>
SupportedRegions
Array<string>
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ServiceIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::VPCEndpointService

Resources:
  MyResource:
    Type: AWS::EC2::VPCEndpointService
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ec2:CreateVpcEndpointServiceConfigurationec2:ModifyVpcEndpointServicePayerResponsibilitycloudwatch:ListManagedInsightRulescloudwatch:DeleteInsightRulescloudwatch:PutManagedInsightRulesec2:DescribeVpcEndpointServiceConfigurationsvpce:AllowMultiRegionec2:CreateTags

update

ec2:ModifyVpcEndpointServiceConfigurationec2:DescribeVpcEndpointServiceConfigurationsec2:ModifyVpcEndpointServicePayerResponsibilitycloudwatch:ListManagedInsightRulescloudwatch:DeleteInsightRulescloudwatch:PutManagedInsightRulesec2:CreateTagsec2:DeleteTags

read

ec2:DescribeVpcEndpointServiceConfigurationscloudwatch:ListManagedInsightRules

delete

ec2:DeleteVpcEndpointServiceConfigurationsec2:DescribeVpcEndpointServiceConfigurationscloudwatch:ListManagedInsightRulescloudwatch:DeleteInsightRulesec2:DeleteTagsvpce:AllowMultiRegion

list

ec2:DescribeVpcEndpointServiceConfigurationscloudwatch:ListManagedInsightRules

Get the EC2 Cheat Sheet

Everything you need to know about EC2 on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceEC2
Properties9
Required0
TaggingSupported
Primary IDServiceId

Supported Operations

CreateUpdateReadDeleteList

External Links