sudo yum update -y
yum install httpd -y systemctl start httpd systemctl status httpd
amazon-linux-extras install php7.3 yum install php-mysqlnd -y yum install mysql -y
mysql -h -u -p
wget http://wordpress.org/latest.tar.gz
tar -xvzf latest.tar.gz cp -rf wordpress/* /var/www/html/
cd /var/www/html/wordpress wp-config-sample.php
Add your database name, username, password and database end point
systemctl restart httpd setenforce 0