Back to Amazon EC2 Integrations
Handler · Version 1

AWS EC2 Create Route Amazon EC2

Download GitHub

About

Creates a route in the route table within a VPC. Exactly one of the following targets must be specified for the call to succeed: Gateway ID, NAT Instance ID, VPC Peering Connection ID, Network Interface ID. 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
Route Table ID The ID of the route table for the route. rtb-22574640
Destination CIDR Block The IPv4 CIDR address block used for the destination match. 0.0.0.0/0
Gateway ID The ID of an internet gateway or virtual private gateway attached to your VPC. igw-c0a643a9
NAT Instance ID The ID of a NAT instance in your VPC. This operation will fail if you specify an instance ID unless exactly one network interface is attached.
VPC Peering Connection ID The ID of a VPC peering connection.
Network Interface ID The ID of a network interface.
Changelog

AWS EC2 Create Route V1 (2017-08-30)

  • 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