AWS Security ChangesHomeSearch

AWS AmazonECR documentation change

Service: AmazonECR · 2026-03-07 · Documentation low

File: AmazonECR/latest/userguide/repository-create.md

Summary

Modified repository name constraints to allow double hyphens/underscores but prohibit double forward slashes

Security assessment

This change relaxes naming convention restrictions (allowing double hyphens/underscores) without any security implications documented. The adjustment appears to be a routine documentation correction rather than addressing security concerns.

Diff

diff --git a/AmazonECR/latest/userguide/repository-create.md b/AmazonECR/latest/userguide/repository-create.md
index d7d789b8b..8cbb31729 100644
--- a//AmazonECR/latest/userguide/repository-create.md
+++ b//AmazonECR/latest/userguide/repository-create.md
@@ -27 +27 @@ Create an Amazon ECR private repository, and then use the repository to store yo
-The repository name may container a maximum of `256` characters. The name must start with a letter and can only contain lowercase letters, numbers, hyphens, underscores, periods and forward slashes. Using a double hyphen, double underscore, or double forward slash isn't supported.
+The repository name may container a maximum of `256` characters. The name must start with a letter and can only contain lowercase letters, numbers, hyphens, underscores, periods and forward slashes. Using a double forward slash isn't supported.