Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

add resources for generic, load-based, dynamic autoscaling to the existing asg module #212

Open
ketzacoatl opened this issue Jul 15, 2019 · 3 comments
Assignees

Comments

@ketzacoatl
Copy link
Contributor

ketzacoatl commented Jul 15, 2019

Our existing asg module is a LC/ASG pair. After this update, the asg module would also include a set of resources to scale up/down the ASG. These resources are optional, and will be parametized.

Requirements

@Magicloud
Copy link
Contributor

Seems like I just need move the calling to autoscaling-policy-metric-alarm-pair in load-asg example to asg module.

@Magicloud
Copy link
Contributor

My design is kind hard to implement. If I give asg module a switch to turn on/off the autoscaling, and use count trick in the autoscaling module, it won't work because module does not support count yet.

Maybe we should merge the autoscaling-policy-metric-alarm-pair module into asg module?

@Magicloud
Copy link
Contributor

Thinking about it, it is reasonable to combine the two modules, since the policy is meaningless without a group. But for user wants different metric, the builtin policy would be a burden, not too much.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants