You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This takes into account all availability zones - including local zones or wavelength zones - the user opted into for their account. Those special zones do not support all features (e.g. NAT gateways) meaning the VPC most certainly fails deploying and is in a broken state.
To prevent this from happening we should only take regular AZs into account. This can be done like so:
flostadler
changed the title
VPC should filter out Local Zones when fetching the list of AZs
VPC should filter out Local Zones & Wavelength Zones when fetching the list of AZs
Aug 21, 2024
Hello!
Issue details
When the users do not provide the AZs to use for the VPC, the component retrieves the available AZs from AWS:
pulumi-awsx/awsx/ec2/vpc.ts
Line 513 in 01d90b4
This takes into account all availability zones - including local zones or wavelength zones - the user opted into for their account. Those special zones do not support all features (e.g. NAT gateways) meaning the VPC most certainly fails deploying and is in a broken state.
To prevent this from happening we should only take regular AZs into account. This can be done like so:
Affected area/feature
awsx.ec2.Vpc
The text was updated successfully, but these errors were encountered: