Skip to content

Commit 0fbcfea

Browse files
authored
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*
1 parent e0c9792 commit 0fbcfea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitallowed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ account: '924023996002'
3030
account: '919366029133' #cn-north-1
3131
account: '919830735681' #cn-northwest-1
3232
account: '909464085924' #ap-southeast-3
33+
account: '564877687649' #il-central-1
3334

3435
# The account IDs of password rotation applications of Serverless Application Repository
3536
# https://docs.aws.amazon.com/secretsmanager/latest/userguide/enable-rotation-rds.html

packages/aws-cdk-lib/region-info/build-tools/fact-tables.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ export const APPMESH_ECR_ACCOUNTS: { [region: string]: string } = {
207207
'eu-west-1': '840364872350',
208208
'eu-west-2': '840364872350',
209209
'eu-west-3': '840364872350',
210+
'il-central-1': '564877687649',
210211
'me-south-1': '772975370895',
211212
'sa-east-1': '840364872350',
212213
'us-east-1': '840364872350',

0 commit comments

Comments
 (0)