Skip to content

Commit

Permalink
chore(region-info): add appmesh ecr accounts for il-central-1 (#27285)
Browse files Browse the repository at this point in the history
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*
  • Loading branch information
shenjianan97 authored Sep 29, 2023
1 parent e0c9792 commit 0fbcfea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitallowed
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0fbcfea

Please sign in to comment.