AWS::EC2::RouteServerAssociationVPC Route Server Association
2 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
RouteServerId | string | RequiredCreate-only |
VpcId | string | RequiredCreate-only |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::RouteServerAssociation
Resources:
MyResource:
Type: AWS::EC2::RouteServerAssociation
Properties:
RouteServerId: "my-routeserverid"
VpcId: "my-vpcid"Permissions CloudFormation needs in your IAM role to manage this resource.
ec2:AssociateRouteServerec2:GetRouteServerAssociationsec2:GetRouteServerAssociationsec2:GetRouteServerAssociationsec2:DisassociateRouteServerec2:DescribeRouteServersec2:GetRouteServerAssociationsEverything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicRouteServerIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
RouteServerIdVpcId