What you are doing is good for the society ...it's amazing for the new people who wants to work in cloud domain ....but its a request please share code or user data into the description...🙏
#!/bin/bash # Install Apache Web Server yum install -y httpd # Turn on web server systemctl enable httpd.service systemctl start httpd.service # Setup Web Server chmod 755 var/www/html touch var/www/html/index.html tee -a var/www/html/index.html
very handy tutorial, many thanks :)
Thank you 🙏
Much needed Sir, Thanks.
What you are doing is good for the society ...it's amazing for the new people who wants to work in cloud domain ....but its a request please share code or user data into the description...🙏
ya its a miss, thanks for letting me know - code updated in the description..thanks
No reflection in log groups even after following the video can't find where I've stepped wrong
Where can I get the files u have pasted in parameter group.. brother can you please tell me
#!/bin/bash
# Install Apache Web Server
yum install -y httpd
# Turn on web server
systemctl enable httpd.service
systemctl start httpd.service
# Setup Web Server
chmod 755 var/www/html
touch var/www/html/index.html
tee -a var/www/html/index.html
Try now with the code now - make sure to watch the video again as same steps work for me, so it should work for you as well