45. Install application in Bastion server and validate the connectivity - Ayushi-srivastav/OCI GitHub Wiki
sudo su - root
yum install httpd
systemctl start httpd
systemctl status httpd
netstat -plan |grep -i 80
cd /var/www/html/
ls -lrth
vi index.html
cat index.html