AWS Security ChangesHomeSearch

AWS ec2 documentation change

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

File: ec2/latest/devguide/example_ec2_DetachVpnGateway_section.md

Summary

Added PowerShell V5 examples for DetachVpnGateway operation including syntax and API reference

Security assessment

The change adds usage examples for detaching VPN gateways but does not address any security vulnerabilities or describe security features

Diff

diff --git a/ec2/latest/devguide/example_ec2_DetachVpnGateway_section.md b/ec2/latest/devguide/example_ec2_DetachVpnGateway_section.md
index 2cfd5edbe..4772f28ef 100644
--- a//ec2/latest/devguide/example_ec2_DetachVpnGateway_section.md
+++ b//ec2/latest/devguide/example_ec2_DetachVpnGateway_section.md
@@ -46,0 +47,14 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example detaches the specified virtual private gateway from the specified VPC.**
+    
+    
+    Dismount-EC2VpnGateway -VpnGatewayId vgw-1a2b3c4d -VpcId vpc-12345678
+    
+
+  * For API details, see [DetachVpnGateway](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+