
create-vpn-gateway
******************


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

Creates a new VPN gateway. A VPN gateway is the VPC-side endpoint for
your VPN connection. You can create a VPN gateway before creating the
VPC itself.


SYNOPSIS
========

   aws ec2 create-vpn-gateway
     --type <value>
     [--availability-zone <value>]


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

"--type"  (string)
   The type of VPN connection this VPN gateway supports.


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

"--availability-zone"  (string)
   The Availability Zone in which to create the VPN gateway.
