AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-02-19 · Documentation medium

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

Summary

Added 'BLOB_MOUNTING' as new account setting with 'ENABLED/DISABLED' values

Security assessment

Documents new security control for blob mounting feature which could prevent unauthorized data access

Diff

diff --git a/cli/latest/reference/ecr/get-account-setting.md b/cli/latest/reference/ecr/get-account-setting.md
index 6049e7b5c..c8e733678 100644
--- a//cli/latest/reference/ecr/get-account-setting.md
+++ b//cli/latest/reference/ecr/get-account-setting.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »
@@ -94 +94 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ecr-20
-> The name of the account setting, such as `BASIC_SCAN_TYPE_VERSION` or `REGISTRY_POLICY_SCOPE` .
+> The name of the account setting, such as `BASIC_SCAN_TYPE_VERSION` , `REGISTRY_POLICY_SCOPE` , or `BLOB_MOUNTING` .
@@ -215 +215 @@ value -> (string)
-> The setting value for the setting name. The following are valid values for the basic scan type being used: `AWS_NATIVE` or `CLAIR` . The following are valid values for the registry policy scope being used: `V1` or `V2` .
+> The setting value for the setting name. 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` .
@@ -234 +234 @@ value -> (string)
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »