文件 AWS SDK AWS 範例 SDK 儲存庫中有更多可用的
本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
AttachVpnGateway
搭配 CLI 使用
下列程式碼範例示範如何使用 AttachVpnGateway
。
- CLI
-
- AWS CLI
-
將虛擬私有閘道連接至 VPC
下列
attach-vpn-gateway
範例會將指定的虛擬私有閘道連接至指定的 VPC。aws ec2 attach-vpn-gateway \ --vpn-gateway-id
vgw-9a4cacf3
\ --vpc-idvpc-a01106c2
輸出:
{ "VpcAttachment": { "State": "attaching", "VpcId": "vpc-a01106c2" } }
-
如需 API 詳細資訊,請參閱 AWS CLI 命令參考中的 AttachVpnGateway
。
-
- PowerShell
-
- for PowerShell 工具
-
範例 1:此範例會將指定的虛擬私有閘道連接至指定的 VPC。
Add-EC2VpnGateway -VpnGatewayId vgw-1a2b3c4d -VpcId vpc-12345678
輸出:
State VpcId ----- ----- attaching vpc-12345678
-
如需 API 詳細資訊,請參閱 AWS Tools for PowerShell Cmdlet 參考中的 AttachVpnGateway。
-
AttachVolume
AuthorizeSecurityGroupEgress