EC2 Local Gateway Route Table VPC Association

EC2 Local Gateway Route Table VPC Association is an AWS resource that links a VPC to a local gateway route table. This association enables routing between on-premises networks connected through AWS Outposts and the VPC, ensuring traffic flows correctly between local environments and AWS resources.

aws.ec2_local_gateway_route_table_vpc_association

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
local_gateway_idcorestringThe ID of the local gateway.
local_gateway_route_table_arncorestringThe Amazon Resource Name (ARN) of the local gateway route table for the association.
local_gateway_route_table_idcorestringThe ID of the local gateway route table.
local_gateway_route_table_vpc_association_idcorestringThe ID of the association.
owner_idcorestringThe ID of the Amazon Web Services account that owns the local gateway route table for the association.
statecorestringThe state of the association.
tagscorehstore
vpc_idcorestringThe ID of the VPC.