AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-13 · Documentation low

File: cli/latest/reference/ec2/create-vpn-connection.md

Summary

Added TunnelBandwidth parameter documentation for VPN connections, specifying throughput capacity (standard/large) and default value

Security assessment

The change introduces documentation for a performance-related configuration option (throughput capacity) without mentioning security vulnerabilities or encryption controls. No evidence of addressing a security flaw.

Diff

diff --git a/cli/latest/reference/ec2/create-vpn-connection.md b/cli/latest/reference/ec2/create-vpn-connection.md
index 8df2b1bfe..0aa284d2c 100644
--- a//cli/latest/reference/ec2/create-vpn-connection.md
+++ b//cli/latest/reference/ec2/create-vpn-connection.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.32 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.35 Command Reference](../../index.html) »
@@ -586,0 +587,11 @@ JSON Syntax:
+> 
+> TunnelBandwidth -> (string)
+>
+>> The desired bandwidth specification for the VPN tunnel, used when creating or modifying VPN connection options to set the tunnel’s throughput capacity. `standard` supports up to 1.25 Gbps per tunnel, while `large` supports up to 5 Gbps per tunnel. The default value is `standard` . Existing VPN connections without a bandwidth setting will automatically default to `standard` .
+>> 
+>> Possible values:
+>> 
+>>   * `standard`
+>>   * `large`
+>> 
+
@@ -671,0 +683 @@ JSON Syntax:
+      "TunnelBandwidth": "standard"|"large",
@@ -1220,0 +1233,11 @@ VpnConnection -> (structure)
+>> 
+>> TunnelBandwidth -> (string)
+>>
+>>> The configured bandwidth for the VPN tunnel. Represents the current throughput capacity setting for the tunnel connection. `standard` tunnel bandwidth supports up to 1.25 Gbps per tunnel while `large` supports up to 5 Gbps per tunnel. If no tunnel bandwidth was specified for the connection, `standard` is used as the default value.
+>>> 
+>>> Possible values:
+>>> 
+>>>   * `standard`
+>>>   * `large`
+>>> 
+
@@ -1369 +1392 @@ VpnConnection -> (structure)
-  * [AWS CLI 2.31.32 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.35 Command Reference](../../index.html) »