AWS cli documentation change
Summary
Added documentation for the 'fipsEnabled' parameter in the capacity provider structure, which enables FIPS 140-2 validated cryptographic modules on EC2 instances for enhanced security compliance.
Security assessment
The change documents a security feature (FIPS 140-2 compliance) but does not address any specific security vulnerability or incident. It provides guidance on cryptographic security controls without evidence of fixing a security issue.
Diff
diff --git a/cli/latest/reference/ecs/update-capacity-provider.md b/cli/latest/reference/ecs/update-capacity-provider.md index 375a3eb2f..d3128e936 100644 --- a//cli/latest/reference/ecs/update-capacity-provider.md +++ b//cli/latest/reference/ecs/update-capacity-provider.md @@ -15 +15 @@ - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) » @@ -1299,0 +1300,6 @@ capacityProvider -> (structure) +>>> +>>> fipsEnabled -> (boolean) +>>> +>>>> Determines whether to enable FIPS 140-2 validated cryptographic modules on EC2 instances launched by the capacity provider. If `true` , instances use FIPS-compliant cryptographic algorithms and modules for enhanced security compliance. If `false` , instances use standard cryptographic implementations. +>>>> +>>>> If not specified, instances are launched with FIPS enabled in AWS GovCloud (US) regions and FIPS disabled in other regions. @@ -1448 +1454 @@ capacityProvider -> (structure) - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) »