AWS Security ChangesHomeSearch

AWS cli medium security documentation change

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

File: cli/latest/reference/ecr/put-account-setting.md

Summary

Removed 'V1' as valid value for registry policy scope, now only allows 'V2'

Security assessment

Eliminates ability to configure less secure V1 policies, enforcing V2 registry policies which likely contain security improvements. This change prevents potential misconfigurations with weaker security controls.

Diff

diff --git a/cli/latest/reference/ecr/put-account-setting.md b/cli/latest/reference/ecr/put-account-setting.md
index aad3938c9..4ea320cf6 100644
--- a//cli/latest/reference/ecr/put-account-setting.md
+++ b//cli/latest/reference/ecr/put-account-setting.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.38 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.40 Command Reference](../../index.html) »
@@ -107 +107 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ecr-20
-> Setting value that is specified. Valid value for basic scan type: `AWS_NATIVE` . Valid values for registry policy scope: `V1` or `V2` . Valid values for blob mounting: `ENABLED` or `DISABLED` .
+> Setting value that is specified. Valid value for basic scan type: `AWS_NATIVE` . Valid values for registry policy scope: `V2` . Valid values for blob mounting: `ENABLED` or `DISABLED` .
@@ -247 +247 @@ value -> (string)
-  * [AWS CLI 2.34.38 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.40 Command Reference](../../index.html) »