AWS::EC2::RouteServerPeerVPC Route Server Peer
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
BgpOptions | BgpOptions | RequiredCreate-only |
PeerAddress | string | RequiredCreate-only |
RouteServerEndpointId | 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 Peer. |
EndpointEniAddress | string | Elastic Network Interface IP address owned by the Route Server Endpoint |
EndpointEniId | string | Elastic Network Interface ID owned by the Route Server Endpoint |
Id | string | The ID of the Route Server Peer. |
RouteServerId | string | Route Server ID |
SubnetId | string | Subnet ID |
VpcId | string | VPC ID |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::RouteServerPeer
Resources:
MyResource:
Type: AWS::EC2::RouteServerPeer
Properties:
RouteServerEndpointId: "my-routeserverendpointid"
PeerAddress: "value"
BgpOptions: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ec2:CreateRouteServerPeerec2:CreateTagsec2:DescribeRouteServerPeersec2:AuthorizeSecurityGroupIngressec2:DescribeRouteServerPeersec2:DescribeTagsec2:CreateTagsec2:DeleteTagsec2:DescribeRouteServerPeersec2:DescribeTagsec2:ModifyRouteServerPeerec2:DescribeTagsec2:DescribeRouteServerPeersec2:DeleteRouteServerPeerec2:DeleteTagsec2:RevokeSecurityGroupIngressec2:DescribeTagsec2:DescribeRouteServerPeersEverything 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.
RouteServerEndpointIdPeerAddressBgpOptions