Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Hard-coded AZ zone identifiers not appropriate for all regions #7

Closed
KetchupBomb opened this issue Jan 17, 2023 · 0 comments · Fixed by KetchupBomb/aws-cloud-gaming#1 · May be fixed by #8
Closed

Hard-coded AZ zone identifiers not appropriate for all regions #7

KetchupBomb opened this issue Jan 17, 2023 · 0 comments · Fixed by KetchupBomb/aws-cloud-gaming#1 · May be fixed by #8

Comments

@KetchupBomb
Copy link

KetchupBomb commented Jan 17, 2023

Northern California (us-west-1) doesn't have an "a" Availability Zone identifier:

$ aws ec2 describe-availability-zones | jq -r .AvailabilityZones[].ZoneName
us-west-1b
us-west-1c

This can cause an error when the module randomly picks "a" from the default list of ["a", "b"].

Assignees:
Labels:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant