AWS Fundamentals Logo
AWS Fundamentals
AWS::EC2::LocalGatewayVirtualInterfaceGroup

EC2 LocalGatewayVirtualInterfaceGroup

Resource Type definition for LocalGatewayVirtualInterfaceGroup which describes a group of LocalGateway VirtualInterfaces

Properties

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

Filter:
PropertyTypeFlags
LocalGatewayId
string
RequiredCreate-only
LocalBgpAsn
integer
Create-only
LocalBgpAsnExtended
integer
Create-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ConfigurationStatestringThe current state of the local gateway virtual interface group
LocalGatewayVirtualInterfaceGroupArnstringThe Amazon Resource Number (ARN) of the local gateway virtual interface group
LocalGatewayVirtualInterfaceGroupIdstringThe ID of the virtual interface group
LocalGatewayVirtualInterfaceIdsArray<string>The IDs of the virtual interfaces
OwnerIdstringThe ID of the Amazon Web Services account that owns the local gateway virtual interface group

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

Resources:
  MyResource:
    Type: AWS::EC2::LocalGatewayVirtualInterfaceGroup
    Properties:
      LocalGatewayId: "my-localgatewayid"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

ec2:CreateLocalGatewayVirtualInterfaceGroupec2:DescribeLocalGatewayVirtualInterfaceGroupsec2:CreateTags

read

ec2:DescribeLocalGatewayVirtualInterfaceGroupsec2:DescribeTags

update

ec2:DescribeLocalGatewayVirtualInterfaceGroupsec2:CreateTagsec2:DeleteTagsec2:DescribeTags

delete

ec2:DeleteLocalGatewayVirtualInterfaceGroupec2:DescribeLocalGatewayVirtualInterfaceGroupsec2:DeleteTags

list

ec2:DescribeLocalGatewayVirtualInterfaceGroups

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
Properties9
Required1
TaggingSupported
Primary IDLocalGatewayVirtualInterfaceGroupId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

LocalGatewayIdLocalBgpAsnLocalBgpAsnExtended

External Links