Skip to main content

subnet_route_table_association

Gets or updates an individual subnet_route_table_association resource, use subnet_route_table_associations to retrieve a list of resources or to create or delete a resource.

Overview

Namesubnet_route_table_association
TypeResource
DescriptionAssociates a subnet with a route table. The subnet and route table must be in the same VPC. This association causes traffic originating from the subnet to be routed according to the routes in the route table. A route table can be associated with multiple subnets. To create a route table, see [AWS::EC2::RouteTable](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-routetable.html).
Idaws.ec2.subnet_route_table_association

Fields

NameDatatypeDescription
idstring
route_table_idstringThe ID of the route table.<br/> The physical ID changes when the route table ID is changed.
subnet_idstringThe ID of the subnet.
regionstringAWS region.

Methods

NameAccessible byRequired Params
get_resourceSELECTdata__Identifier, region

SELECT Example

SELECT
region,
id,
route_table_id,
subnet_id
FROM aws.ec2.subnet_route_table_association
WHERE region = 'us-east-1' AND data__Identifier = '<Id>';

Permissions

To operate on the subnet_route_table_association resource, the following permissions are required:

Read

ec2:DescribeRouteTables