cloudtools / troposphere

troposphere - Python library to create AWS CloudFormation descriptions
BSD 2-Clause "Simplified" License
4.93k stars 1.45k forks source link

me-central-1 (UAE) #2078

Closed PatMyron closed 2 years ago

PatMyron commented 2 years ago

https://aws.amazon.com/blogs/aws/now-open-aws-region-in-the-united-arab-emirates-uae/

markpeek commented 2 years ago

Thanks!

PatMyron commented 1 year ago

Wonder if we want to keep maintaining these region and availability zone constants manually: https://github.com/terraform-linters/tflint-ruleset-aws/pull/367#issuecomment-1270310875

There have already been a couple new AWS regions launched since this PR and expecting another region soon:

https://aws.amazon.com/blogs/aws/a-new-aws-region-opens-in-switzerland/ https://aws.amazon.com/blogs/aws/now-open-aws-region-in-spain/


Only able to find one public import of these region constants from searching on sourcegraph, so I'm wondering if they should be deprecated: https://github.com/arhs/spikeseed-cloud-labs/blob/master/troposphere/getting_started/constants.py

markpeek commented 1 year ago

I believe there is still value in having them included. Let me open an issue to look into auto-generating them to make maintaining easier.