Giter Site home page Giter Site logo

aws_autoscaling's Introduction

AWS_Autoscaling

AWS Autoscaling monitors your applications and automatically adjusts capacity to maintain steady, predictable performance at the lowest possible cost.

AWS Autoscaling is free to use and it helps you optimize the costs of your AWS environment., it can help you optimize your utilization and cost efficiencies when consuming AWS services, so you only pay for the resources you actually need.

EC2 Server

When demand drops, AWS auto-scaling will automatically remove any excess resource capacity so that you avoid overspending.

Continually monitors your applications to make sure that they are operating at your desired performance levels. Using AWSAutoscaling, you maintain optimal application performance and availability, even when workloads are periodic, unpredictable, or continuously changing.

create template

You can capture the contents of an instance and its volume into an Amazon machine image(AMI) usually used for launching new instances with identical configurations. Launch Templates are used to store launch parameters so that you do not have to specify them every time you launch an instance. I.e. AMI ID, Instance type, network settings, etc.

LT hols info for net security

More than 5,000 launch templates per region can be created and 10,000 versions per launch template.

Using AWS Auto scaling you can build scaling plans that automate how groups of different resources respond to changes in demand. You can optimize for balances between availability and costs. AWS Autoscaling automatically creates all of the scaling policies, and it sets targets for you based on your preference.

Scaling Policy

Amazon EC2 Auto scaling can determine the health status of an instance by using one or more of the following.

  • Status checks provided by Amazon EC2 to identify hardware and software issues that might impair an instance
  • Health checks provided by a load balancer, which can include custom health checks

Autoscaling completed

With target tracking scaling policies, you set a scaling metric(For instance, CPU utilization) and set a target value. Amazon EC2 Auto scaling creates and manages the Amazon CloudWatch alarms that invoke the scaling policy. It calculates the scaling adjustments based on the metric and the target value.

Launch Template

After you create a scaling policy, Amazon EC2 Auto scaling starts evaluating the policy against the metrics that were selected in the AMI.

Another awesome feature of Autoscale is its scheduling capability, allowing users to make their applications available at a desired time.

Scheduled action

Futher Reference on AWS Autoscaling

https://docs.aws.amazon.com/autoscaling/ec2/userguide/what-is-amazon-ec2-auto-scaling.html

aws_autoscaling's People

Contributors

benn1440 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.