-
Notifications
You must be signed in to change notification settings - Fork 402
Auto Scaling
joesondow edited this page Nov 29, 2012
·
3 revisions
For those who aren’t familiar with Auto Scaling, it is an automation service Amazon provides as part of their cloud offering. It provides features to manage a running pool of servers, including the capability to replace failed instances and automatically grow and shrink the size of the pool. For a more thorough description, please see the Amazon Documentation.
- Set min, desired and max to be the same for the group
- They should also be set to a value greater than the capacity you think you need
- Disable scaling actions
- Command:
as-suspend-processes MyAutoScalingGroup as-resume-processes MyAutoScalingGroup
- AWS Quick Reference
- AWS Detailed Doc
- Command:
A Netflix Original Production
Tech Blog | Twitter @NetflixOSS | Jobs