AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/ec2/modify-vpn-tunnel-certificate.md

Summary

Added 'TunnelBandwidth' parameter documentation for VPN tunnels

Security assessment

Documents bandwidth configuration unrelated to security mechanisms or vulnerabilities.

Diff

diff --git a/cli/latest/reference/ec2/modify-vpn-tunnel-certificate.md b/cli/latest/reference/ec2/modify-vpn-tunnel-certificate.md
index b2a5a9281..65e585648 100644
--- a//cli/latest/reference/ec2/modify-vpn-tunnel-certificate.md
+++ b//cli/latest/reference/ec2/modify-vpn-tunnel-certificate.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.32 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.35 Command Reference](../../index.html) »
@@ -511,0 +512,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`
+>>> 
+
@@ -660 +671 @@ VpnConnection -> (structure)
-  * [AWS CLI 2.31.32 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.35 Command Reference](../../index.html) »