AWS Security ChangesHomeSearch

AWS AmazonECS documentation change

Service: AmazonECS · 2025-06-13 · Documentation low

File: AmazonECS/latest/developerguide/secrets-logconfig.md

Summary

Added link to Secrets Manager secret creation documentation

Security assessment

Improves documentation completeness by linking to secret creation guide, but does not introduce new security controls or address vulnerabilities.

Diff

diff --git a/AmazonECS/latest/developerguide/secrets-logconfig.md b/AmazonECS/latest/developerguide/secrets-logconfig.md
index 22d97ab55..c303315bf 100644
--- a//AmazonECS/latest/developerguide/secrets-logconfig.md
+++ b//AmazonECS/latest/developerguide/secrets-logconfig.md
@@ -15 +15 @@ You can store the secret in Secrets Manager or Systems Manager.
-Within your container definition, when specifying a `logConfiguration` you can specify `secretOptions` with the name of the log driver option to set in the container and the full ARN of the Secrets Manager secret containing the sensitive data to present to the container.
+Within your container definition, when specifying a `logConfiguration` you can specify `secretOptions` with the name of the log driver option to set in the container and the full ARN of the Secrets Manager secret containing the sensitive data to present to the container. For more information about creating secrets, see [Create an AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/create_secret.html).