AWS Security ChangesHomeSearch

AWS ec2 documentation change

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

File: ec2/latest/devguide/example_ec2_CreateVpnConnectionRoute_section.md

Summary

Added PowerShell V5 examples for creating VPN connection routes

Security assessment

The change adds standard API usage examples without addressing security vulnerabilities or describing security features

Diff

diff --git a/ec2/latest/devguide/example_ec2_CreateVpnConnectionRoute_section.md b/ec2/latest/devguide/example_ec2_CreateVpnConnectionRoute_section.md
index 6db79fb77..df784e393 100644
--- a//ec2/latest/devguide/example_ec2_CreateVpnConnectionRoute_section.md
+++ b//ec2/latest/devguide/example_ec2_CreateVpnConnectionRoute_section.md
@@ -46,0 +47,14 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example creates the specified static route for the specified VPN connection.**
+    
+    
+    New-EC2VpnConnectionRoute -VpnConnectionId vpn-12345678 -DestinationCidrBlock 11.12.0.0/16
+    
+
+  * For API details, see [CreateVpnConnectionRoute](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+