AWS cli medium security documentation change
Summary
Changed default session timeout from 3600s (1h) to 900s (15m) while keeping same min/max values
Security assessment
Reduced default session timeout duration could indicate security hardening by limiting inactive session exposure. This change directly impacts session security controls by reducing potential attack window for idle sessions
Diff
diff --git a/cli/latest/reference/bedrock-agentcore/start-code-interpreter-session.md b/cli/latest/reference/bedrock-agentcore/start-code-interpreter-session.md index 1b3453f24..94a3a78af 100644 --- a//cli/latest/reference/bedrock-agentcore/start-code-interpreter-session.md +++ b//cli/latest/reference/bedrock-agentcore/start-code-interpreter-session.md @@ -15 +15 @@ - * [AWS CLI 2.31.8 Command Reference](../../index.html) » + * [AWS CLI 2.31.10 Command Reference](../../index.html) » @@ -122 +122 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -> The time in seconds after which the session automatically terminates if there is no activity. The default value is 3600 seconds (1 hour). The minimum allowed value is 60 seconds, and the maximum allowed value is 28800 seconds (8 hours). +> The time in seconds after which the session automatically terminates if there is no activity. The default value is 900 seconds (15 minutes). The minimum allowed value is 60 seconds, and the maximum allowed value is 28800 seconds (8 hours). @@ -270 +270 @@ createdAt -> (timestamp) - * [AWS CLI 2.31.8 Command Reference](../../index.html) » + * [AWS CLI 2.31.10 Command Reference](../../index.html) »