Difference between revisions of "Aws ec2 create-vpn-connection"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
Example: | Example: | ||
[[aws ec2]] create-vpn-connection \ | [[aws ec2]] create-vpn-connection \ | ||
− | --type ipsec.1 \ | + | [[--type]] ipsec.1 \ |
--customer-gateway-id cgw-001122334455aabbc \ | --customer-gateway-id cgw-001122334455aabbc \ | ||
--vpn-gateway-id vgw-1a1a1a1a1a1a2b2b2 \ | --vpn-gateway-id vgw-1a1a1a1a1a1a2b2b2 \ |
Revision as of 10:57, 28 October 2021
aws ec2 create-vpn-connection
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
See also
- AWS VPN:
aws ec2 vpn
,attach-vpn-gateway
,associate-client-vpn-target-network
,create-client-vpn-endpoint
,create-client-vpn-route
,create-vpn-connection-route
,create-vpn-gateway
,export-client-vpn-client-configuration
,get-vpn-connection-device-types
,terminate-client-vpn-connections
,describe-vpn-connections
,describe-vpn-gateways
,authorize-client-vpn-ingress
,authorize-security-group-egress
,authorize-security-group-ingress
Advertising: