auto-scaling in aws via console, Schemes and Mind Maps of Computer science

auto scaling in aws auto scaling in aws

Typology: Schemes and Mind Maps

2022/2023

Uploaded on 12/20/2023

luis-ruivo-1
luis-ruivo-1 🇬🇧

1 document

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Auto scaling in AWS
1 - launch Ubuntu instance to simulate a number of connections and a number of concurrent users
2 - launch Amazon instance to test webserver (t2.nano)
3 – Install Apache HTTP server benchmarking tool to perform benchmark of a webpage and execute
100 times 10 concurrent access to the webpage. Then monitoring our test webserver page.
pf3

Partial preview of the text

Download auto-scaling in aws via console and more Schemes and Mind Maps Computer science in PDF only on Docsity!

Auto scaling in AWS 1 - launch Ubuntu instance to simulate a number of connections and a number of concurrent users 2 - launch Amazon instance to test webserver (t2.nano) 3 – Install Apache HTTP server benchmarking tool to perform benchmark of a webpage and execute 100 times 10 concurrent access to the webpage. Then monitoring our test webserver page.

4 - Create file-media-server template to launch a webserver (t2.nano) with auto-scaling group (VPC with three availability zones + attach load balancer with internet-facing + health check enabled + add desired, minimum and maximum capacity of the auto scaling group + target tracking policy with 5% CPU utilisation ). 5 - Execute Apache HTTP server benchmarking 100 times 10 concurrent access on load-testing-page instance with load balancer – 3 instances will be created. Then we can check the monitoring on our load balancer.