
replace-route
*************


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

Replaces an existing route within a route table in a VPC. For more
information about route tables, go to Route Tables in the Amazon
Virtual Private Cloud User Guide.


SYNOPSIS
========

   aws ec2 replace-route
     --destination-cidr-block <value>
     --route-table-id <value>
     [--gateway-id <value>]
     [--instance-id <value>]
     [--network-interface-id <value>]


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

"--destination-cidr-block"  (string)
   The CIDR address block used for the destination match. For example:
   "0.0.0.0/0" . The value you provide must match the CIDR of an
   existing route in the table.

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


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

"--gateway-id"  (string)
   The ID of a VPN or Internet gateway attached to your VPC.

"--instance-id"  (string)
   The ID of a NAT instance in your VPC.

"--network-interface-id"  (string)
