Skip to content
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

Allow spot_options for launch templates #1626

Closed
davidweizheng opened this issue Oct 6, 2021 · 2 comments · Fixed by #1680
Closed

Allow spot_options for launch templates #1626

davidweizheng opened this issue Oct 6, 2021 · 2 comments · Fixed by #1680

Comments

@davidweizheng
Copy link

Is your request related to a new offering from AWS?

No.

Is your request related to a problem? Please describe.

Yes. It is currently not possible to set spot_options for launch templates.

Describe the solution you'd like.

Allow spot_options for launch templates. For example:

resource "aws_autoscaling_group" "workers_launch_template" {
  ...
  instance_market_options {
    market_type = "spot"
    spot_options {
      block_duration_minutes = 60
    }
  }
}

Currently, only market_type is supported under instance_market_options.

Describe alternatives you've considered.

N/A

Additional context

N/A

@antonbabenko
Copy link
Member

This issue has been resolved in version 18.0.0 🎉

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants