MultiCloud Classroom notes 08/mar/2026

AWS Auto Scaling Groups

  • Use Auto Scaling Groups (ASG) with Launch Templates or Launch Configurations referencing a pre-baked AMI.
  • Attach to an Application/Network Load Balancer with health checks.
  • Configure scaling policies:
    • Target tracking
    • Step scaling
    • Scheduled scaling
  • Options for instance protection and draining.
  • create ASG watching class room recording

preview

#!/bin/bash

while true; do
  stress --cpu 8 --io 4 --vm 2 --vm-bytes 128M --timeout 60s -v
  sleep 30s
done

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Social Media Icons Powered by Acurax Web Design Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube