
create-route-table
******************


DESCRIPTION
===========

Creates a new route table within a VPC. After you create a new route
table, you can add routes and associate the table with a subnet. For
more information about route tables, go to Route Tables in the Amazon
Virtual Private Cloud User Guide.


SYNOPSIS
========

   aws ec2 create-route-table
     --vpc-id <value>


REQUIRED PARAMETERS
===================

"--vpc-id"  (string)
   The ID of the VPC where the route table will be created.


OPTIONAL PARAMETERS
===================

None
