AWS vpc-lattice documentation change
Summary
Added idle timeout configuration note for TLS listeners
Security assessment
Clarifies existing timeout behavior applies to TLS without introducing security controls or addressing vulnerabilities. Consistency update with quotas documentation change.
Diff
diff --git a/vpc-lattice/latest/ug/tls-listeners.md b/vpc-lattice/latest/ug/tls-listeners.md index 64493ce44..ec0f4407e 100644 --- a//vpc-lattice/latest/ug/tls-listeners.md +++ b//vpc-lattice/latest/ug/tls-listeners.md @@ -34,0 +35,2 @@ The following considerations apply to TLS listeners: + * The configurable idle timeout for the service also applies to TLS listener connections. If no data is transferred for the duration of the idle timeout, VPC Lattice closes the connection. You can adjust the idle timeout (60–600 seconds) using the `idleTimeoutSeconds` parameter when you create or update the service. +