AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Creates a route table for the specified VPC. After you create a route table, you can add routes and associate the table with a subnet.
For more information, see Route tables in the Amazon VPC User Guide.
For .NET Core this operation is only available in asynchronous form. Please refer to CreateRouteTableAsync.
Namespace: Amazon.EC2
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public virtual CreateRouteTableResponse CreateRouteTable( CreateRouteTableRequest request )
Container for the necessary parameters to execute the CreateRouteTable service method.
This example creates a route table for the specified VPC.
var client = new AmazonEC2Client(); var response = client.CreateRouteTable(new CreateRouteTableRequest { VpcId = "vpc-a01106c2" }); RouteTable routeTable = response.RouteTable;
.NET Framework:
Supported in: 4.5 and newer, 3.5