AWS::EC2::RouteServerVPC Route Server
5 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AmazonSideAsn | integer | RequiredCreate-only |
PersistRoutes | string | |
PersistRoutesDuration | integer | Write-only |
SnsNotificationsEnabled | boolean | |
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. |
Id | string | The ID of the Route Server. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::RouteServer
Resources:
MyResource:
Type: AWS::EC2::RouteServer
Properties:
AmazonSideAsn: "my-amazonsideasn"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ec2:CreateRouteServerec2:CreateTagsec2:DescribeRouteServerssns:CreateTopicec2:DescribeRouteServersec2:DescribeTagsec2:CreateTagsec2:DeleteTagsec2:DescribeRouteServersec2:DescribeTagsec2:ModifyRouteServersns:CreateTopicsns:DeleteTopicec2:DescribeTagsec2:DescribeRouteServersec2:DeleteRouteServerec2:DeleteTagssns:DeleteTopicec2:DescribeTagsec2:DescribeRouteServersEverything 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.
AmazonSideAsn