-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
vpc.subnets.all() is not a superset of vpc.subnets.filter(...) #148
Comments
That seems strange. I tried it and I can account for all of my subnets with the Could you identify the availability zone of the missing subnets? |
(IDs changed) What I see is a particular subnet showing up in the all() listing for all VPCs in a region, not just for the one that it really belongs to. I believe the other VPCs are empty. |
I can confirm the issue. What is happening is that the use of The PR that is referenced in the issue fixes the issue. |
This should be fixed now that both PR's are merged. Closing issue. Please reopen if the issue persists. |
It appears vpc.subnets.filter(...) admits subnets from other VPCs, while all() does not. This is confusing.
The text was updated successfully, but these errors were encountered: