git clone https://[email protected]/veerapallithulasikumar/eks-cluster-install.git
yum install httpd -y
service httpd start
chkconfig httpd on
mkdir /var/www/html/thulasi
echo "Hi there..you reached to right backend ec2" /var/www/html/thulasi/index.html
echo "Configured successfully"