EXP5:

(incase using ssh_key_pair)
chmod 400 your-key.pem
ssh -i your-key.pem ec2-user@<public-ip>

or

in the webterminal of ec2

sudo yum update -y
sudo yum install httpd -y
sudo systemctl start httpd
sudo systemctl enable httpd

echo "Hello CLOUD, Harsh speaking from base stn ON GROUND, UID: 2023800057" > /var/www/html/index.html


allow http traffic
then test in browser
done easy peasy lemon squeezy
