AWS batch documentation change
Summary
Added two new allocation strategies (BEST_FIT_PROGRESSIVE_ORDERED and SPOT_CAPACITY_OPTIMIZED_PRIORITIZED) to the requirements for infrastructure updates
Security assessment
The change only expands the list of supported allocation strategies without mentioning security vulnerabilities, security fixes, or security features. It's a routine update to document new configuration options.
Diff
diff --git a/batch/latest/userguide/updating-compute-environments.md b/batch/latest/userguide/updating-compute-environments.md index c53112bbf..278dc1378 100644 --- a//batch/latest/userguide/updating-compute-environments.md +++ b//batch/latest/userguide/updating-compute-environments.md @@ -77 +77 @@ For detailed procedures, see [Perform scaling updates](./scaling-updates.html). -Choose the infrastructure update strategy when you need to modify instance types, AMI settings, service role, environment state, or networking configuration. Your environment must use the _AWSServiceRoleForBatch_ service-linked role and an allocation strategy of `BEST_FIT_PROGRESSIVE`, `SPOT_CAPACITY_OPTIMIZED`, or `SPOT_PRICE_CAPACITY_OPTIMIZED`. Infrastructure updates work well when some job interruption is acceptable during the update and you want automatic updates to the latest Amazon ECS-optimized AMI. +Choose the infrastructure update strategy when you need to modify instance types, AMI settings, service role, environment state, or networking configuration. Your environment must use the _AWSServiceRoleForBatch_ service-linked role and an allocation strategy of `BEST_FIT_PROGRESSIVE`, `BEST_FIT_PROGRESSIVE_ORDERED`, `SPOT_CAPACITY_OPTIMIZED`, `SPOT_PRICE_CAPACITY_OPTIMIZED`, or `SPOT_CAPACITY_OPTIMIZED_PRIORITIZED`. Infrastructure updates work well when some job interruption is acceptable during the update and you want automatic updates to the latest Amazon ECS-optimized AMI. @@ -101 +101 @@ After the infrastructure update has completed `updateToLatestImageVersion` is se - * The allocation strategy is set to `BEST_FIT_PROGRESSIVE`, `SPOT_CAPACITY_OPTIMIZED`, or `SPOT_PRICE_CAPACITY_OPTIMIZED`. + * The allocation strategy is set to `BEST_FIT_PROGRESSIVE`, `BEST_FIT_PROGRESSIVE_ORDERED`, `SPOT_CAPACITY_OPTIMIZED`, `SPOT_PRICE_CAPACITY_OPTIMIZED`, or `SPOT_CAPACITY_OPTIMIZED_PRIORITIZED`.