108k views
5 votes
How do you enable auto scale on basic web app

User Bi
by
8.1k points

1 Answer

3 votes

Final answer:

To enable auto scaling on a basic web app, use the Elastic Beanstalk service provided by AWS. Login to the AWS console, create or select an environment, choose 'Scaling', select 'Automatic scaling', specify min/max instances, set scaling triggers, save configuration, and deploy the web app.

Step-by-step explanation:

To enable auto scaling on a basic web app, you can use the Elastic Beanstalk service provided by AWS (Amazon Web Services). Here's how you can do it:

  1. Login to the AWS console and navigate to the Elastic Beanstalk service.
  2. Create a new environment or select an existing one.
  3. In the configuration settings, choose 'Scaling'.
  4. Under 'Scaling', select 'Automatic scaling'.
  5. Specify the desired minimum and maximum instances for your web app.
  6. Set the desired scaling triggers based on metrics like CPU utilization, network in/out, etc.
  7. Save the configuration settings and deploy your web app.

User Andres Canella
by
8.6k points