🕵️♂️Test Autoscalling Architecture
Test High Availibility ASG
Terminate All Running Instance

Refresh the instance, then after a while ASG will create/launch a new EC

Re-access the ASG-website (Seach : Domain ELB)

Change Web Content ASG
Remote EC2 Instance
Select one of the EC2s that has been created by AutoScalling, then remote using command prompt
cd Downloads/
ssh -i labsuser.pem ubuntu@<ip-pub-ec2-webASG>
Clone Source Code Web from Github
Search for the HTML source code from GitHub with the keywords "static web" or "pure HTML
sudo rm -rf /var/www/
sudo mkdir /var/www/html/
sudo git clone https://github.com/crypticani/portfolio.git /var/www/html/
sudo systemctl restart apache2.service
Re-access the ASG-website (Seach : Domain ELB)

Last updated