Skip to content

Commit

Permalink
feat(region-info): added AppMesh ECR account for eu-south-1 region (#…
Browse files Browse the repository at this point in the history
…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*
  • Loading branch information
rajal-amzn committed Nov 7, 2020
1 parent 0a3e980 commit 54c276d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitallowed
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ account: '123456789012'
account: '772975370895'
account: '856666278305'
account: '840364872350'
account: '422531588944'
Original file line number Diff line number Diff line change
Expand Up @@ -3323,7 +3323,7 @@
"ecrRepo": "840364872350"
},
"eu-south-1": {
"ecrRepo": "840364872350"
"ecrRepo": "422531588944"
},
"eu-west-1": {
"ecrRepo": "840364872350"
Expand Down Expand Up @@ -3382,7 +3382,7 @@
"ecrRepo": "840364872350"
},
"eu-south-1": {
"ecrRepo": "840364872350"
"ecrRepo": "422531588944"
},
"eu-west-1": {
"ecrRepo": "840364872350"
Expand Down Expand Up @@ -3441,7 +3441,7 @@
"ecrRepo": "840364872350"
},
"eu-south-1": {
"ecrRepo": "840364872350"
"ecrRepo": "422531588944"
},
"eu-west-1": {
"ecrRepo": "840364872350"
Expand Down Expand Up @@ -3491,4 +3491,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2142,7 +2142,7 @@
"ecrRepo": "840364872350"
},
"eu-south-1": {
"ecrRepo": "840364872350"
"ecrRepo": "422531588944"
},
"eu-west-1": {
"ecrRepo": "840364872350"
Expand Down Expand Up @@ -2201,7 +2201,7 @@
"ecrRepo": "840364872350"
},
"eu-south-1": {
"ecrRepo": "840364872350"
"ecrRepo": "422531588944"
},
"eu-west-1": {
"ecrRepo": "840364872350"
Expand Down Expand Up @@ -2235,4 +2235,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/region-info/build-tools/fact-tables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 54c276d

Please sign in to comment.