#!/bin/bash yum -y install httpd systemctl enable httpd systemctl start httpd echo '

AWS Web Server!

' > /var/www/html/index.html dnf install mariadb105 -y