From a9c95100f58a2a56d0f5d7e0a37ed82c9e40d3da Mon Sep 17 00:00:00 2001 From: Antoni Orfin Date: Fri, 14 Jul 2017 12:34:18 +0200 Subject: [PATCH] Adds warning of locking aws-env version in Dockerfiles --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2f895fa..7f87401 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,15 @@ $ docker run -t my-app ## Considerations +* As this script is still in development, its usage **may** change. Lock version to the + specific commit to be sure that your Dockerfiles will work correctly! + Example: +``` +$ wget https://github.com/Droplr/aws-env/raw/befe6fa44ea508508e0bcd2c3f4ac9fc7963d542/bin/aws-env-linux-amd64 +``` + * You should never pass AWS credentials inside the containers, instead use IAM Roles for that - [Managing Secrets for Amazon ECS Applications Using Parameter Store and IAM Roles for Tasks]( https://aws.amazon.com/blogs/compute/managing-secrets-for-amazon-ecs-applications-using-parameter-store-and-iam-roles-for-tasks/) + * Always use KMS for parameters encryption - store them as "SecureString"