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

Use EC2 Warm Pools to reduce the scale-out time #2395

Open
RobertLucian opened this issue Oct 21, 2021 · 0 comments
Open

Use EC2 Warm Pools to reduce the scale-out time #2395

RobertLucian opened this issue Oct 21, 2021 · 0 comments
Labels
performance A performance improvement provisioning Something related to cluster provisioning

Comments

@RobertLucian
Copy link
Member

Description

Helps reduce the scale-out time.

Additional

https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-warm-pools.html
https://medium.com/keikoproj/rapid-auto-scaling-on-eks-part-2-d094b9b2cd62

Notes

On the pricing model:

You have the option of keeping instances in the warm pool in one of two states: Stopped or Running. Keeping instances in a Stopped state is an effective way to minimize costs. With stopped instances, you pay only for the volumes that you use and the Elastic IP addresses that are not assigned to a running instance. But you don't pay for the stopped instances themselves. You pay for the instances only when they are running.

@RobertLucian RobertLucian added performance A performance improvement provisioning Something related to cluster provisioning labels Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance A performance improvement provisioning Something related to cluster provisioning
Projects
None yet
Development

No branches or pull requests

1 participant