-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Support Auto Scaling groups Attribute-Based Instance Type Selection for EC2 Auto Scaling (aws_autoscaling_group) and EC2 Fleet (aws_spot_fleet_request) #21566
Comments
+1000, some questions though: |
+1 for sure on this. We're anxious to move to this model, but really cannot until Terraform supports it. There are also "Additional Instance Attributes" that will need to be supported as part of this, which could be quite extensive (i.e., CPU manufacturers, Memory per vCPU, Instance generation, Instance storage, etc.). This will likely make the implementation a bit complex. |
Are there any plans or ETA for this one? |
Is there any plan to add this support? |
This change impacts the following resources (3):
https://aws.amazon.com/about-aws/whats-new/2021/10/amazon-ec2-instance-auto-scaling-ec2-spot-fleet/ Plus |
This functionality has been released in v4.16.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Community Note
Description
AWS improved the way you select instance types for autoscaling or fleets, now instead of passing a list of possible instance types you can set some attributes (like min and max VCpuCount, and min and max MemoryMiB among others) and let the ABS (yeah, they named it like that, from attribute-based instance type selection) choose the instances.
New or Affected Resource(s)
Potential Terraform Configuration
References
Requires
Requires AWS SDK v1.41.12
The text was updated successfully, but these errors were encountered: