AWS recently announced a new feature: ECS Predictive Scaling Policies. They use the App Autoscaling API behind the scenes (according to the docs - see the CLI documentation).
It looks like this change would require adding PredictiveScaling as a valid option to Policy_Type.
A new predictive_scaling_configuration configuration block would also need to be added - perhaps taking as inspiration what has been set up for EC2 auto scaling.
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Description
AWS recently announced a new feature: ECS Predictive Scaling Policies. They use the App Autoscaling API behind the scenes (according to the docs - see the CLI documentation).
It looks like this change would require adding
PredictiveScaling
as a valid option toPolicy_Type
.A new
predictive_scaling_configuration
configuration block would also need to be added - perhaps taking as inspiration what has been set up for EC2 auto scaling.Affected Resource(s) and/or Data Source(s)
aws_appautoscaling_policy
Potential Terraform Configuration
References
No response
Would you like to implement a fix?
Yes