Skip to content

Instantly share code, notes, and snippets.

@ross-humphrey
Created January 16, 2020 11:44
Show Gist options
  • Save ross-humphrey/fb8027eb8757267d50ffe8e08fe5b0e7 to your computer and use it in GitHub Desktop.
Save ross-humphrey/fb8027eb8757267d50ffe8e08fe5b0e7 to your computer and use it in GitHub Desktop.
πŸ“ˆ AWS Auto Scaling vs EC2 Auto Scaling
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