#!/bin/bash
yum -y install httpd
systemctl enable httpd
systemctl start httpd
echo '
KT Web Server!
' > /var/www/html/index.html
dnf install mariadb105 -y
[root@bts-web00 ~]#
[root@bts-web00 ~]# ssh cloud-user@10.0.2.70 -i kp-01.pem
[cloud-user@bts-was00 ~]$
[cloud-user@bts-was00 ~]$
[cloud-user@bts-was00 ~]$ ping 1.1.1.1
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.