

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
auto scaling in aws auto scaling in aws
Typology: Schemes and Mind Maps
1 / 3
This page cannot be seen from the preview
Don't miss anything!


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.