Auto Scaling Overview
Auto Scaling is an Amazon service that helps the developers to scale the resources automatically across multiple services and optimize the applications. It monitors your resources and automatically adjusts the resources according to the requirement. It maintains the best fit balance between cost and performance. It provides a user interface where user can build the scaling plans for the resource like Amazon ECS tasks (Amazon Elastic Container Service), Amazon DynamoDB tables and indexes, Amazon Aurora Replicas and even Amazon EC2 instances.
You can easily start with Amazon Auto Scaling using Command Line Interface(CLI), SDK […]