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

Feature Request: Auto Scaling Plans (Dynamic/Predictive Auto Scaling Groups) #6562

Closed
kinghuang opened this issue Nov 22, 2018 · 3 comments · Fixed by #8965
Closed

Feature Request: Auto Scaling Plans (Dynamic/Predictive Auto Scaling Groups) #6562

kinghuang opened this issue Nov 22, 2018 · 3 comments · Fixed by #8965
Assignees
Labels
new-resource Introduces a new resource. service/autoscalingplans Issues and PRs that pertain to the autoscalingplans service.
Milestone

Comments

@kinghuang
Copy link

kinghuang commented Nov 22, 2018

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Amazon recently introduced a predictive scaling capability in auto scaling groups. Auto Scaling Plans use dynamic scaling and predictive scaling to automatically scale ASGs. I believe a new resource is required to support this.

New Resource(s)

  • aws_autoscaling_plan

Potential Terraform Configuration

resource "aws_autoscaling_plan" "this" {
  name                    = "this-autoscaling-plan"
  min_capacity            = 1
  max_capacity            = 7
  predictive_scaling_mode = "forecast-and-scale"
  scalable_dimension      = "autoscaling:autoScalingGroup:DesiredCapacity"
  autoscaling_group_name  = "${aws_autoscaling_group.that.name}"
}

References

@kinghuang kinghuang changed the title Auto Scaling Plans (Dynamic/Predictive Auto Scaling Groups) Feature Request: Auto Scaling Plans (Dynamic/Predictive Auto Scaling Groups) Nov 22, 2018
@bflad bflad added new-resource Introduces a new resource. service/autoscalingplans Issues and PRs that pertain to the autoscalingplans service. labels Nov 25, 2018
@breathingdust breathingdust assigned bill-rich and anGie44 and unassigned bill-rich Oct 13, 2020
@anGie44 anGie44 modified the milestones: v2.70.1, v3.12.0 Oct 21, 2020
@anGie44
Copy link
Contributor

anGie44 commented Oct 21, 2020

This feature has been merged and will release with v3.12 of the Terraform AWS Provider, likely out this Thursday.

@ghost
Copy link

ghost commented Oct 22, 2020

This has been released in version 3.12.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 for triage. Thanks!

@ghost
Copy link

ghost commented Nov 20, 2020

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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked as resolved and limited conversation to collaborators Nov 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new-resource Introduces a new resource. service/autoscalingplans Issues and PRs that pertain to the autoscalingplans service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants