AWS Security ChangesHomeSearch

AWS AmazonECR documentation change

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

File: AmazonECR/latest/userguide/Podman.md

Summary

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

Security assessment

Formatting change to clarify placeholders in documentation. No security implications or feature updates.

Diff

diff --git a/AmazonECR/latest/userguide/Podman.md b/AmazonECR/latest/userguide/Podman.md
index fef2e370f..18eb17d6a 100644
--- a//AmazonECR/latest/userguide/Podman.md
+++ b//AmazonECR/latest/userguide/Podman.md
@@ -16 +16 @@ Before interacting with Amazon ECR using Podman, authentication is required. Thi
-    aws ecr get-login-password --region region | podman login --username AWS --password-stdin aws_account_id.dkr.ecr.region.amazonaws.com
+    aws ecr get-login-password --region <region> | podman login --username AWS --password-stdin <aws_account_id>.dkr.ecr.<region>.amazonaws.com