-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(layers): add new regions #1322
feat(layers): add new regions #1322
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR Alex, could you please also update the docs with the new ARNs (both versions & new regions)?
Also could you please document under this PR the high level steps needed to onboard a new region, aside from the ones in the diff? I.e. CDK bootstrap the new region, etc. This way next time if you are not available another maintainer can do it. |
We have the layer version also at the following lines of the main page: L29, 77, 108, 140, 192, 210, 234, 244, 250 |
Added docs. Surprisingly, many regions undocumented existed before, so it does look like we added more regions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this Alex, appreciate it!
And good spot for the missing regions!
Description of your changes
I have added three new regions:
eu-south-2
eu-central-2
ap-southeast-4
in test and prod accounts. I have also bumped the layer version to the same level, current level 8.
I had to fix the pre-push hook, otherwise I couldn't create the PR.
How to verify this change
Related issues, RFCs
Issue number: #1169
PR status
Is this ready for review?: YES
Is it a breaking change?: NO
Checklist
Breaking change checklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.