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

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
<code>[[aws ec2]] create-vpn-connection</code>
 
<code>[[aws ec2]] create-vpn-connection</code>
 
* 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
 +
 +
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}]'
  
  

Revision as of 17:43, 12 October 2021

Advertising: