AWS::EC2::RouteServerEndpointVPC Route Server Endpoint
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
RouteServerId | string | RequiredCreate-only |
SubnetId | string | RequiredCreate-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the Route Server Endpoint. |
EniAddress | string | Elastic Network Interface IP address owned by the Route Server Endpoint |
EniId | string | Elastic Network Interface ID owned by the Route Server Endpoint |
Id | string | The ID of the Route Server Endpoint. |
VpcId | string | VPC ID |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::RouteServerEndpoint
Resources:
MyResource:
Type: AWS::EC2::RouteServerEndpoint
Properties:
RouteServerId: "my-routeserverid"
SubnetId: "my-subnetid"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ec2:CreateRouteServerEndpointec2:CreateTagsec2:DescribeRouteServerEndpointsec2:CreateNetworkInterfaceec2:CreateNetworkInterfacePermissionec2:CreateSecurityGroupec2:DescribeSecurityGroupsec2:AuthorizeSecurityGroupIngressec2:DescribeRouteServerEndpointsec2:DescribeTagsec2:CreateTagsec2:DeleteTagsec2:DescribeRouteServerEndpointsec2:DescribeTagsec2:ModifyRouteServerEndpointec2:DescribeTagsec2:DescribeRouteServerEndpointsec2:DeleteRouteServerEndpointec2:DeleteTagsec2:DeleteNetworkInterfaceec2:DeleteSecurityGroupec2:DescribeSecurityGroupsec2:RevokeSecurityGroupIngressec2:DescribeTagsec2:DescribeRouteServerEndpointsEverything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
RouteServerIdSubnetId