Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 327 Bytes

File metadata and controls

18 lines (13 loc) · 327 Bytes

To create a virtual private gateway

This example creates a virtual private gateway.

Command:

aws ec2 create-vpn-gateway --type ipsec.1

Output:

{
    "VpnGateway": {
        "State": "available",
        "Type": "ipsec.1",
        "VpnGatewayId": "vgw-9a4cacf3",
        "VpcAttachments": []
    }
}