AWS Fundamentals Logo
AWS Fundamentals
AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation

EC2 LocalGatewayRouteTableVirtualInterfaceGroupAssociation

Resource Type definition for Local Gateway Route Table Virtual Interface Group Association which describes a local gateway route table virtual interface group association for a local gateway.

Properties

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

Filter:
PropertyTypeFlags
LocalGatewayRouteTableId
string
RequiredCreate-only
LocalGatewayVirtualInterfaceGroupId
string
RequiredCreate-only
Tags
array

Return Values

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

AttributeTypeDescription
LocalGatewayIdstringThe ID of the local gateway.
LocalGatewayRouteTableArnstringThe ARN of the local gateway route table.
LocalGatewayRouteTableVirtualInterfaceGroupAssociationIdstringThe ID of the local gateway route table virtual interface group association.
OwnerIdstringThe owner of the local gateway route table virtual interface group association.
StatestringThe state of the local gateway route table virtual interface group association.

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

Resources:
  MyResource:
    Type: AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation
    Properties:
      LocalGatewayRouteTableId: "my-localgatewayroutetableid"
      LocalGatewayVirtualInterfaceGroupId: "my-localgatewayvirtualinterfacegroupid"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

ec2:CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationec2:DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsec2:CreateTags

read

ec2:DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsec2:DescribeTags

update

ec2:DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsec2:CreateTagsec2:DeleteTagsec2:DescribeTags

delete

ec2:DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationec2:DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsec2:DeleteTags

list

ec2:DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

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
Properties8
Required2
TaggingSupported
Primary IDLocalGatewayRouteTableVirtualInterfaceGroupAssociationId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

LocalGatewayRouteTableIdLocalGatewayVirtualInterfaceGroupId

External Links