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...🙏
@devopstutorial2 жыл бұрын
ya its a miss, thanks for letting me know - code updated in the description..thanks
@Sarathkantipudi2 жыл бұрын
No reflection in log groups even after following the video can't find where I've stepped wrong
@Sarathkantipudi2 жыл бұрын
Where can I get the files u have pasted in parameter group.. brother can you please tell me
@devopstutorial2 жыл бұрын
#!/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
@devopstutorial2 жыл бұрын
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