Introduction to AWS AutoScaling

Introduction to AWS AutoScaling


Hi Friends, 
In this Video we will learn about AWS Auto scaling 
  • What is Auto Scaling?
  • Why we need Auto Scaling ?
  • Benefits of Auto scaling
  • Components of Auto Scaling
  • Scaling Your Group
  • Auto Scaling Life Cycle
  • Auto Scaling Limits and Pricing



AutoScaling Lab Video :










Login your instance :
sudo su
yum install httpd -y
service httpd status
service httpd start
chkconfig httpd on

vi /var/www/html/index.html

<!DOCTYPE html>
<html>
<body>
<h1><center>Welcome to the ITTECHTARUN CHANNEL</h1>
<center><img src = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhli5DJQn-0csPLGjtzEoPylpY6wDl7l6ttgX-MulTJQzGvMjS7vTVKrKHufMTG5C3dPcQfDKnMkTXpgfZStd-Wif-l1QEMg0qQfdH7CqdmFp00PMimvH7VF9fAyIVPByJbFVExbGpAubE/s1600/it.PNG" >
<p id="IPAddress"></p>
<br><br>
<h1><a href="https://www.youtube.com/channel/UCrCucUR_jtKYobfzcIeMmYQ/">Subscribe</a></h1>
</body>
<script>
  var x = location.host;
  document.getElementById("IPAddress").innerHTML = x;
</script>
</html>

To increase load on your instacne:

yum install stress
wget  ftp://fr2.rpmfind.net/linux/dag/redhat/el7/en/x86_64/dag/RPMS/stress-1.0.2-1.el7.rf.x86_64.rpm 
yum localinstall stress-1.0.2-1.el7.rf.x86_64.rpm
sudo stress --cpu 2 -v --timeout 500s



To learn AWS in Telugu visit Here Learn AWS Cloud in Telugu



Thanks,
Tharun.K

#AWS #CloudComputing #AWSTELUGU #cloudtelugu #IAM #S3 #VPC #VPN #instances #VMs #ec2telugu #autoscaling #autoscaling aws



 
























Post a Comment

0 Comments