AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2025-06-28 · Documentation low

File: code-library/latest/ug/ec2_example_ec2_CreateVpnConnectionRoute_section.md

Summary

Added PowerShell V5 example for CreateVpnConnectionRoute

Security assessment

Documents VPN connection routing which is part of secure network architecture, but doesn't address specific vulnerabilities.

Diff

diff --git a/code-library/latest/ug/ec2_example_ec2_CreateVpnConnectionRoute_section.md b/code-library/latest/ug/ec2_example_ec2_CreateVpnConnectionRoute_section.md
index 08941dfe0..2b8c10a78 100644
--- a//code-library/latest/ug/ec2_example_ec2_CreateVpnConnectionRoute_section.md
+++ b//code-library/latest/ug/ec2_example_ec2_CreateVpnConnectionRoute_section.md
@@ -48,0 +49,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)_. 
+
+
+
+