From e9632114562a6286258044288b71892da535c0c8 Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Tue, 21 Jul 2020 13:39:42 +0100 Subject: [PATCH] Add req on ARN and resource format A new prerequiste on opting into the AWS account into the new ARN and resource format --- engine/context/ecs-integration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/engine/context/ecs-integration.md b/engine/context/ecs-integration.md index 2349abd150..2d9b9e9e6f 100644 --- a/engine/context/ecs-integration.md +++ b/engine/context/ecs-integration.md @@ -205,6 +205,12 @@ $ docker ecs version Docker ECS plugin 0.0.1 ``` +## FAQ + +**What does the error `this tool requires the "new ARN resource ID format"` mean?** + +This error message means that your integration requires the new ARN resource ID format for ECS. To learn more, see [Migrating your Amazon ECS deployment to the new ARN and resource ID format](https://aws.amazon.com/blogs/compute/migrating-your-amazon-ecs-deployment-to-the-new-arn-and-resource-id-format-2/){: target="_blank" class="_"}. + ## Feedback Thank you for trying out the Docker ECS Integration beta release. Your feedback is very important to us. Let us know your feedback by creating an issue in the [ecs-plugin](https://github.com/docker/ecs-plugin){: target="_blank" class="_"} GitHub repository.