
Mudassar Hakim
!/bin/bash
yum update -y
yum install httpd -y
service httpd start
cd /var/www/html
echo "
Hello Cloud Gurus" > index.html
curl http://169.254.169.254/latest/meta-data/public-ipv4 >> index.html
echo "" >> index.html
Sign Up Free or Log In to participate!
yum update -y
yum install httpd -y
service httpd start
cd /var/www/html
echo "
curl http://169.254.169.254/latest/meta-data/public-ipv4 >> index.html
echo "" >> index.html
Psst…this one if you’ve been moved to ACG!