Difference between revisions of "Aws ec2 create-vpn-connection"

From wikieduonline
Jump to navigation Jump to search
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 +
<code>[[aws ec2]] create-vpn-connection</code> virtual private gateway or transit gateway and a customer gateway.
 
* https://docs.aws.amazon.com/cli/latest/reference/ec2/create-vpn-connection.html
 
* https://docs.aws.amazon.com/cli/latest/reference/ec2/create-vpn-connection.html
<code>[[aws ec2]] create-vpn-connection</code>
 
  
 +
Example:
 +
[[aws ec2]] create-vpn-connection \
 +
    [[--type]] ipsec.1 \
 +
    --customer-gateway-id cgw-001122334455aabbc \
 +
    --vpn-gateway-id vgw-1a1a1a1a1a1a2b2b2 \
 +
    --tag-specification 'ResourceType=vpn-connection,Tags=[{Key=Name,Value=BGP-VPN}]'
 +
 +
== Related ==
 +
* <code>[[create-vpn-connection-route]]</code>
 +
* <code>[[aws ec2 create-client-vpn-endpoint]]</code>
 +
* [[Terraform resource]]: <code>[[aws_vpn_connection]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{aws ec2 create}}
 
* {{aws ec2 vpn}}
 
* {{aws ec2 vpn}}
* {{aws ec2}}
 
* {{AWS VPN}}
 
  
 
[[Category:AWS]]
 
[[Category:AWS]]

Latest revision as of 19:39, 26 May 2022

Advertising: