AWS Security ChangesHomeSearch

AWS AmazonECR documentation change

Service: AmazonECR · 2025-10-16 · Documentation low

File: AmazonECR/latest/userguide/docker-push-ecr-image.md

Summary

Updated placeholder syntax in authentication command (added angle brackets for <region> and <aws_account_id>)

Security assessment

Formatting adjustment for consistency. No security-related content added or modified.

Diff

diff --git a/AmazonECR/latest/userguide/docker-push-ecr-image.md b/AmazonECR/latest/userguide/docker-push-ecr-image.md
index bc8f741c1..abac81fe6 100644
--- a//AmazonECR/latest/userguide/docker-push-ecr-image.md
+++ b//AmazonECR/latest/userguide/docker-push-ecr-image.md
@@ -23 +23 @@ If you receive an error, install or upgrade to the latest version of the AWS CLI
-        aws ecr get-login-password --region region | docker login --username AWS --password-stdin aws_account_id.dkr.ecr.region.amazonaws.com
+        aws ecr get-login-password --region <region> | docker login --username AWS --password-stdin <aws_account_id>.dkr.ecr.<region>.amazonaws.com