From 54c276d215fd636c2f8970795512a838377b2f21 Mon Sep 17 00:00:00 2001 From: Rajal <55556967+rajal-amzn@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:47:35 -0800 Subject: [PATCH] feat(region-info): added AppMesh ECR account for eu-south-1 region (#11207) AppMesh is launched in `eu-south-1` region and has a separate account for storing Envoy images in ECR. Updated the ECR account information. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- .gitallowed | 1 + .../test/integ.all-service-addons.expected.json | 8 ++++---- .../test/integ.multiple-environments.expected.json | 6 +++--- packages/@aws-cdk/region-info/build-tools/fact-tables.ts | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitallowed b/.gitallowed index 7542be9216573..972728e4b4a7e 100644 --- a/.gitallowed +++ b/.gitallowed @@ -21,3 +21,4 @@ account: '123456789012' account: '772975370895' account: '856666278305' account: '840364872350' +account: '422531588944' diff --git a/packages/@aws-cdk-containers/ecs-service-extensions/test/integ.all-service-addons.expected.json b/packages/@aws-cdk-containers/ecs-service-extensions/test/integ.all-service-addons.expected.json index 005f503e417c2..f9d42c3927b60 100644 --- a/packages/@aws-cdk-containers/ecs-service-extensions/test/integ.all-service-addons.expected.json +++ b/packages/@aws-cdk-containers/ecs-service-extensions/test/integ.all-service-addons.expected.json @@ -3323,7 +3323,7 @@ "ecrRepo": "840364872350" }, "eu-south-1": { - "ecrRepo": "840364872350" + "ecrRepo": "422531588944" }, "eu-west-1": { "ecrRepo": "840364872350" @@ -3382,7 +3382,7 @@ "ecrRepo": "840364872350" }, "eu-south-1": { - "ecrRepo": "840364872350" + "ecrRepo": "422531588944" }, "eu-west-1": { "ecrRepo": "840364872350" @@ -3441,7 +3441,7 @@ "ecrRepo": "840364872350" }, "eu-south-1": { - "ecrRepo": "840364872350" + "ecrRepo": "422531588944" }, "eu-west-1": { "ecrRepo": "840364872350" @@ -3491,4 +3491,4 @@ } } } -} \ No newline at end of file +} diff --git a/packages/@aws-cdk-containers/ecs-service-extensions/test/integ.multiple-environments.expected.json b/packages/@aws-cdk-containers/ecs-service-extensions/test/integ.multiple-environments.expected.json index fbd4ece89913b..1d41a6913794e 100644 --- a/packages/@aws-cdk-containers/ecs-service-extensions/test/integ.multiple-environments.expected.json +++ b/packages/@aws-cdk-containers/ecs-service-extensions/test/integ.multiple-environments.expected.json @@ -2142,7 +2142,7 @@ "ecrRepo": "840364872350" }, "eu-south-1": { - "ecrRepo": "840364872350" + "ecrRepo": "422531588944" }, "eu-west-1": { "ecrRepo": "840364872350" @@ -2201,7 +2201,7 @@ "ecrRepo": "840364872350" }, "eu-south-1": { - "ecrRepo": "840364872350" + "ecrRepo": "422531588944" }, "eu-west-1": { "ecrRepo": "840364872350" @@ -2235,4 +2235,4 @@ } } } -} \ No newline at end of file +} diff --git a/packages/@aws-cdk/region-info/build-tools/fact-tables.ts b/packages/@aws-cdk/region-info/build-tools/fact-tables.ts index 6680629073cf2..528cd8463f05e 100644 --- a/packages/@aws-cdk/region-info/build-tools/fact-tables.ts +++ b/packages/@aws-cdk/region-info/build-tools/fact-tables.ts @@ -146,7 +146,7 @@ export const APPMESH_ECR_ACCOUNTS: { [region: string]: string } = { 'ca-central-1': '840364872350', 'eu-central-1': '840364872350', 'eu-north-1': '840364872350', - 'eu-south-1': '840364872350', + 'eu-south-1': '422531588944', 'eu-west-1': '840364872350', 'eu-west-2': '840364872350', 'eu-west-3': '840364872350',