AWS Security ChangesHomeSearch

AWS cli medium security documentation change

Service: cli · 2026-01-16 · Security-related medium

File: cli/latest/reference/ecs/delete-capacity-provider.md

Summary

Added fipsEnabled field to output showing FIPS 140-2 compliance status

Security assessment

Exposes FIPS 140-2 compliance status in output, enabling security verification of cryptographic implementations.

Diff

diff --git a/cli/latest/reference/ecs/delete-capacity-provider.md b/cli/latest/reference/ecs/delete-capacity-provider.md
index a9528061a..5a9c8ba07 100644
--- a//cli/latest/reference/ecs/delete-capacity-provider.md
+++ b//cli/latest/reference/ecs/delete-capacity-provider.md
@@ -15 +15 @@
-  * [AWS CLI 2.32.33 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.1 Command Reference](../../index.html) »
@@ -802,0 +803,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.
@@ -951 +957 @@ capacityProvider -> (structure)
-  * [AWS CLI 2.32.33 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.1 Command Reference](../../index.html) »