AWS Fundamentals Logo
AWS Fundamentals
AWS::EC2::VPNConcentrator

EC2 VPNConcentrator

Describes a VPN concentrator.

Properties

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

Filter:
PropertyTypeFlags
TransitGatewayId
string
RequiredCreate-only
Type
string
RequiredCreate-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
TransitGatewayAttachmentIdstring-
VpnConcentratorIdstring-

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

Resources:
  MyResource:
    Type: AWS::EC2::VPNConcentrator
    Properties:
      TransitGatewayId: "my-transitgatewayid"
      Type: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

ec2:CreateVpnConcentratorec2:DescribeVpnConcentratorsec2:CreateTags

delete

ec2:DeleteVpnConcentratorec2:DescribeVpnConcentrators

update

ec2:DescribeVpnConcentratorsec2:CreateTagsec2:DeleteTags

read

ec2:DescribeVpnConcentrators

list

ec2:DescribeVpnConcentrators

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
Properties5
Required2
TaggingSupported
Primary IDVpnConcentratorId

Supported Operations

CreateDeleteUpdateReadList

Immutable After Creation

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

TransitGatewayIdType

External Links