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
Describe the bug
In #2939 we have removed the option to choose the availability zone. Now the availability zone is selected automatically by AWS. While in most cases it is not a problem, in the case of aarch64 installation (a1 instances) there may be an issue as some instances may not be supported in the requested availability zone.
2022-02-14T14:49:22.3181271Z[31;21m14:49:22 ERROR cli.src.terraform.TerraformCommand - Error: Error launching source instance: Unsupported: Your requested instance type (a1.large) is not supported in your requested Availability Zone (eu-central-1c). Please retry your request by not specifying an Availability Zone or choosing eu-central-1a, eu-central-1b.
2022-02-14T14:49:22.3193805Z[38;21m14:49:22 INFO cli.src.terraform.TerraformCommand - status code: 400, request id: fad37b7b-f38e-4cf6-adc1-5207b4fc8f72
2022-02-14T14:39:46.5399721Z[31;21m14:39:46 ERROR cli.src.terraform.TerraformCommand - Error: Error launching source instance: Unsupported: Your requested instance type (a1.large) is not supported in your requested Availability Zone (eu-west-1b). Please retry your request by not specifying an Availability Zone or choosing eu-west-1a, eu-west-1c.
2022-02-14T14:39:46.5401896Z[38;21m14:39:46 INFO cli.src.terraform.TerraformCommand - status code: 400, request id: 8e1f31f0-dc2c-4c54-b195-3036adedddc2
Describe the bug
In #2939 we have removed the option to choose the availability zone. Now the availability zone is selected automatically by AWS. While in most cases it is not a problem, in the case of aarch64 installation (a1 instances) there may be an issue as some instances may not be supported in the requested availability zone.
Available regions:
https://aws.amazon.com/about-aws/whats-new/2019/08/amazon-ec2-a1-instances-are-now-available-in-additional-regions/
How to reproduce
Steps to reproduce the behavior:
epicli apply
and try to deploy an aarch64 clusterExpected behavior
The cluster should be deployed with no issues
Config files
Environment
epicli version: [2.0.0dev]
Additional context
Add any other context about the problem here.
DoD checklist
The text was updated successfully, but these errors were encountered: