Created
January 16, 2020 11:44
-
-
Save ross-humphrey/fb8027eb8757267d50ffe8e08fe5b0e7 to your computer and use it in GitHub Desktop.
π AWS Auto Scaling vs EC2 Auto Scaling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AWS Auto Scaling: | |
> Manage scaling for multiple resources across multiple services | |
> Define dynamic scaling policies for multiple EC2 Auto Scaling groups | |
> Use to create predictive scaling for EC2 resources | |
EC2 Auto Scaling | |
> Only need to scale Amazon EC2 auto scaling groups | |
> Only interested maintaining health of EC2 fleet | |
> Use to create or configure EC2 auto scaling groups, set up scheduled or step scaling policies | |
EC2 auto scaling groups can be created and configured outside of AWS auto scaling. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment