-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Add support for DescribeAvailabilityZones call #566
Comments
What are you referring to in this case? i.e. what would we be replacing with this? |
One example is I'd want to dynamically create subnets in each zone without having to hardcode the region's specific values (which are subject to change over time):
Right now, I accomplish this by hard-coding a lookup in:
Note that my example above depends on the #554 pull request. |
LGTM. Tagged. |
Hey there - we're consolidating Requests for AWS API Coverage over in the spreadsheet linked at #28 - head over there to record your username on what you'd like us to prioritize next! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Availability zones should be dynamically looked up and then referenced as variables vs. having to hard code them. This is available in the goamz library already and we just need the plumbing to expose the DescribeAvailabilityZonesResp object.
The text was updated successfully, but these errors were encountered: