AWS Security ChangesHomeSearch

AWS AmazonECS medium security documentation change

Service: AmazonECS · 2025-07-18 · Security-related medium

File: AmazonECS/latest/developerguide/secrets-envvar-secrets-manager.md

Summary

Fixed typo in environment variable index (13 -> 3)

Security assessment

Corrects a documentation error that could lead to secret misconfiguration if followed, preventing potential secret exposure

Diff

diff --git a/AmazonECS/latest/developerguide/secrets-envvar-secrets-manager.md b/AmazonECS/latest/developerguide/secrets-envvar-secrets-manager.md
index 19d36109f..abb9352a5 100644
--- a//AmazonECS/latest/developerguide/secrets-envvar-secrets-manager.md
+++ b//AmazonECS/latest/developerguide/secrets-envvar-secrets-manager.md
@@ -130 +130 @@ The following is a snippet of a task definition showing the format when referenc
-To access the value of this secret from within the container you would need to call the `$environment_variable_name1`, `$environment_variable_name2`, and `$environment_variable_name13`.
+To access the value of this secret from within the container you would need to call the `$environment_variable_name1`, `$environment_variable_name2`, and `$environment_variable_name3`.