Back to Amazon EC2 Integrations
Handler · Version 1

AWS EC2 Associate Route Table Amazon EC2

Download GitHub

About

Associates a subnet with a route table. The subnet and route 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 can be associated with multiple subnets. For more information see the AWS Amazon Virtual Private Cloud User Guide online.

The Dry Run parameter validates user permissions and inputs. If it is set to true, an error will always be thrown by the handler before completing the handler action. Error response will be 'DryRunOperation' if the account has proper permissions and inputs; 'UnauthorizedOperation' if the account does not have proper permissions.

Parameters
Name Description Sample
Dry Run Dry run validates user permissions and inputs without completing the EC2 action (true or false). false
Subnet ID The ID of the subnet to which the route table will connect. Must match an existing value in AWS. subnet-c5311aef
Route Table ID The ID of the route table to connect to the subnet. Must match an existing value in AWS. rtb-076baa09
Results
Name Description
Association Id The id of the association if the call was successful.
Changelog

AWS EC2 Associate Route Table V1 (2017-08-17)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top