From 0fbcfead63189af60ff3922f580ac40f0baac382 Mon Sep 17 00:00:00 2001 From: Jianan Shen <38108485+shenjianan97@users.noreply.github.com> Date: Fri, 29 Sep 2023 05:20:19 -0700 Subject: [PATCH] chore(region-info): add appmesh ecr accounts for il-central-1 (#27285) Add ECR account of `il-central-1` for AWS App Mesh. `il-central-1` is an opt-in region, so we have to manually add the new ECR account. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- .gitallowed | 1 + packages/aws-cdk-lib/region-info/build-tools/fact-tables.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitallowed b/.gitallowed index 6ac984df8735b..1ba8238684731 100644 --- a/.gitallowed +++ b/.gitallowed @@ -30,6 +30,7 @@ account: '924023996002' account: '919366029133' #cn-north-1 account: '919830735681' #cn-northwest-1 account: '909464085924' #ap-southeast-3 +account: '564877687649' #il-central-1 # The account IDs of password rotation applications of Serverless Application Repository # https://docs.aws.amazon.com/secretsmanager/latest/userguide/enable-rotation-rds.html diff --git a/packages/aws-cdk-lib/region-info/build-tools/fact-tables.ts b/packages/aws-cdk-lib/region-info/build-tools/fact-tables.ts index 6fe55f7893fcf..68b18dc2a33be 100644 --- a/packages/aws-cdk-lib/region-info/build-tools/fact-tables.ts +++ b/packages/aws-cdk-lib/region-info/build-tools/fact-tables.ts @@ -207,6 +207,7 @@ export const APPMESH_ECR_ACCOUNTS: { [region: string]: string } = { 'eu-west-1': '840364872350', 'eu-west-2': '840364872350', 'eu-west-3': '840364872350', + 'il-central-1': '564877687649', 'me-south-1': '772975370895', 'sa-east-1': '840364872350', 'us-east-1': '840364872350',