Skip to content
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

Not all AZs support all instance types - Availability Zone IDs to exclude. #16

Open
magenx opened this issue Mar 19, 2022 · 0 comments
Open
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@magenx
Copy link
Owner

magenx commented Mar 19, 2022

I just tried setting this up to use us-east-1 and found that the availability zone use1-az3 (which includes us-east-1e) was selected for setting up the subnet and subsequent messagequeue "mq.m5.large" was unavailable.

https://wolfman.dev/posts/exclude-use1-az3/

 data "aws_availability_zones" "azs" {
   state            = "available"
+  exclude_zone_ids = ["use1-az3"]
 }

Originally posted by @youanden in #15

@magenx magenx added documentation Improvements or additions to documentation enhancement New feature or request labels Mar 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant