AWS ec2 documentation change
Summary
Added PowerShell V5 example for creating an IPsec customer gateway with BGP configuration
Security assessment
Documents VPN gateway creation but does not address security vulnerabilities or explicitly describe security features beyond basic configuration.
Diff
diff --git a/ec2/latest/devguide/example_ec2_CreateCustomerGateway_section.md b/ec2/latest/devguide/example_ec2_CreateCustomerGateway_section.md index 46ba38271..7315c4776 100644 --- a//ec2/latest/devguide/example_ec2_CreateCustomerGateway_section.md +++ b//ec2/latest/devguide/example_ec2_CreateCustomerGateway_section.md @@ -65,0 +66,24 @@ PowerShell + + + + +**Tools for PowerShell V5** + + +**Example 1: This example creates the specified customer gateway.** + + + New-EC2CustomerGateway -Type ipsec.1 -PublicIp 203.0.113.12 -BgpAsn 65534 + + +**Output:** + + + BgpAsn : 65534 + CustomerGatewayId : cgw-1a2b3c4d + IpAddress : 203.0.113.12 + State : available + Tags : {} + Type : ipsec.1 + + * For API details, see [CreateCustomerGateway](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_.