AWS Fundamentals Logo
AWS Fundamentals
AWS::EC2::RouteServerPropagation

EC2 RouteServerPropagation

VPC Route Server Propagation

Properties

2 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
RouteServerId
string
RequiredCreate-only
RouteTableId
string
RequiredCreate-only

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

Resources:
  MyResource:
    Type: AWS::EC2::RouteServerPropagation
    Properties:
      RouteServerId: "my-routeserverid"
      RouteTableId: "my-routetableid"

Required IAM Permissions

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

create

ec2:EnableRouteServerPropagationec2:GetRouteServerPropagations

read

ec2:GetRouteServerPropagations

delete

ec2:GetRouteServerPropagationsec2:DisableRouteServerPropagation

list

ec2:DescribeRouteServersec2:GetRouteServerPropagations

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
Properties2
Required2
TaggingNot supported
Primary IDRouteServerId

Supported Operations

CreateReadDeleteList

Immutable After Creation

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

RouteServerIdRouteTableId

External Links