AWS Fundamentals Logo
AWS Fundamentals
AWS::EC2::RouteServer

EC2 RouteServer

VPC Route Server

Properties

5 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
AmazonSideAsn
integer
RequiredCreate-only
PersistRoutes
string
PersistRoutesDuration
integer
Write-only
SnsNotificationsEnabled
boolean
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the Route Server.
IdstringThe ID of the Route Server.

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::RouteServer

Resources:
  MyResource:
    Type: AWS::EC2::RouteServer
    Properties:
      AmazonSideAsn: "my-amazonsideasn"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

ec2:CreateRouteServerec2:CreateTagsec2:DescribeRouteServerssns:CreateTopic

read

ec2:DescribeRouteServersec2:DescribeTags

update

ec2:CreateTagsec2:DeleteTagsec2:DescribeRouteServersec2:DescribeTagsec2:ModifyRouteServersns:CreateTopicsns:DeleteTopic

delete

ec2:DescribeTagsec2:DescribeRouteServersec2:DeleteRouteServerec2:DeleteTagssns:DeleteTopic

list

ec2:DescribeTagsec2:DescribeRouteServers

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
Properties7
Required1
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AmazonSideAsn

External Links