Skip to main content
← Back to index page

1.136.0

Set spacelift-worker-pool ami explicitly to x86_64

Why

  • autoscaling group for spacelift-worker-pool will fail to launch when new arm64 images return first
  • arm64 ami image is being returned first at the moment in us-east-1

What

  • set spacelift-worker-pool ami statically to return only x86_64 results

References

  • Spacelift Worker Pool ASG may fail to scale due to ami/instance type mismatch
  • Note: this is an alternative to spacelift-worker-pool README update and AMI limits which I read after, but I think this filter approach will be more easily be refactored into setting this as an attribute in variables.tf in the near future

Commiters

Pull Requests