AWS Security ChangesHomeSearch

AWS ec2 documentation change

Service: ec2 · 2025-06-28 · Documentation low

File: ec2/latest/devguide/example_ec2_CreateVpnGateway_section.md

Summary

Added PowerShell V5 example for VPN gateway creation

Security assessment

Demonstrates basic resource creation without security-specific context or vulnerability mitigation

Diff

diff --git a/ec2/latest/devguide/example_ec2_CreateVpnGateway_section.md b/ec2/latest/devguide/example_ec2_CreateVpnGateway_section.md
index 1901c5908..bceeb599f 100644
--- a//ec2/latest/devguide/example_ec2_CreateVpnGateway_section.md
+++ b//ec2/latest/devguide/example_ec2_CreateVpnGateway_section.md
@@ -90,0 +91,24 @@ PowerShell
+
+
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example creates the specified virtual private gateway.**
+    
+    
+    New-EC2VpnGateway -Type ipsec.1
+    
+
+**Output:**
+    
+    
+    AvailabilityZone :
+    State            : available
+    Tags             : {}
+    Type             : ipsec.1
+    VpcAttachments   : {}
+    VpnGatewayId     : vgw-1a2b3c4d
+
+  * For API details, see [CreateVpnGateway](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+