Creates a new route in a route table within a VPC. The route's target can be either a gateway attached to the VPC or a NAT instance in the VPC.
When determining how to route traffic, we use the route with the most specific match. For example, let's say the
traffic is destined for
-
192.0.2.0/24 (goes to some target A) -
192.0.2.0/28 (goes to some target B)
Both routes apply to the traffic destined for
For more information about route tables, go to Route Tables in the Amazon Virtual Private Cloud User Guide.
Namespace: Amazon.EC2
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public virtual CreateRouteResponse CreateRoute( CreateRouteRequest createRouteRequest )
Parameters
- createRouteRequest
-
Type: Amazon.EC2.Model.CreateRouteRequest
Container for the necessary parameters to execute the CreateRoute service method on AmazonEC2.
Version Information
.NET Framework:
Supported in: 4.5, 4.0, 3.5