AWS Academy Cloud Foundations · KLS Gogte Institute of Technology · 2021 to 22
Her hands-on labs: a Windows EC2 web server running IIS behind an Elastic IP, then a Classic Elastic Load Balancer spreading traffic across three instances with health checks. The simulator below replays that setup with her exact health-check settings.
A simulated Classic ELB in front of her three IIS web servers. Stop IIS on an instance and watch the health checks take it out of rotation, then bring it back.
Requests per instance
Event log (simulated time)
Simulation, not a live AWS account. Routing is round robin across InService instances; a real Classic ELB uses round robin for TCP listeners and least outstanding requests for HTTP listeners, which spreads load the same way across identical idle servers. A stopped IIS refuses the TCP:80 ping at once, so the 5 s timeout never comes into play here.
The same simulator run headless for each check interval: RED's IIS stops at 100 s and restarts 60 s after the ELB removes it, under 2 requests per second. Thresholds follow the controls above.
AWS Academy Cloud Foundations labs, badge issued January 2022.
Settings read from the screenshots and text in her lab write-ups. Instance, VPC and subnet IDs are left out.