From c019eb9a79940c4dc9ebd59455daa65bc09b31d3 Mon Sep 17 00:00:00 2001 From: Camilo Santana Date: Tue, 22 Sep 2020 17:50:19 -0700 Subject: [PATCH] fixes link in ecs-integration.md `docker secret` creates secrets in AWS Secrets Manager Service - not in AWS Systems Manager Parameter Store Service. Note the `arn:aws:secretsmanager:...` reference in the existing example. --- engine/context/ecs-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/context/ecs-integration.md b/engine/context/ecs-integration.md index a74f3d96cf..320da79bc0 100644 --- a/engine/context/ecs-integration.md +++ b/engine/context/ecs-integration.md @@ -86,7 +86,7 @@ using the `docker compose logs` command. ## Private Docker images -The Docker ECS integration automatically configures authorization so you can pull private images from the Amazon ECR registry on the same AWS account. To pull private images from another registry, including Docker Hub, you’ll have to create a Username + Password (or a Username + Token) secret on the [Amazon SSM service](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html){: target="_blank" class="_"}. +The Docker ECS integration automatically configures authorization so you can pull private images from the Amazon ECR registry on the same AWS account. To pull private images from another registry, including Docker Hub, you’ll have to create a Username + Password (or a Username + Token) secret on the [AWS Secrets Manager service](https://docs.aws.amazon.com/secretsmanager/){: target="_blank" class="_"}. For your convenience, Docker ECS integration offers the `docker secret` command, so you can manage secrets created on AWS SMS without having to install the AWS CLI.