AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-05-28 · Documentation low

File: cli/latest/reference/batch/update-compute-environment.md

Summary

Enhanced job timeout documentation with security tradeoff notes and increased max timeout to 7200 minutes

Security assessment

Added security considerations regarding delayed security patch application vs job execution time, improving security documentation without vulnerability fixes.

Diff

diff --git a/cli/latest/reference/batch/update-compute-environment.md b/cli/latest/reference/batch/update-compute-environment.md
index 4ca4bca4b..b19b6effd 100644
--- a//cli/latest/reference/batch/update-compute-environment.md
+++ b//cli/latest/reference/batch/update-compute-environment.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.53 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.55 Command Reference](../../index.html) »
@@ -713 +713,5 @@ JSON Syntax:
->> Specifies the job timeout (in minutes) when the compute environment infrastructure is updated. The default value is 30.
+>> Specifies the job timeout (in minutes) when the compute environment infrastructure is updated. The default value is 30. The maximum value is 7200.
+>> 
+>> ### Note
+>> 
+>> Increasing `jobExecutionTimeoutMinutes` during infrastructure updates delays the replacement of instances with new instances that include updates such as security patches, but provides more time for jobs to execute. Consider the security implications of this tradeoff when setting timeout values.
@@ -718 +722 @@ JSON Syntax:
->>   * max: `360`
+>>   * max: `7200`
@@ -899 +903 @@ computeEnvironmentArn -> (string)
-  * [AWS CLI 2.34.53 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.55 Command Reference](../../index.html) »