I set up a AWS EC2 with php7.3 Linux/UNIX server as below,
sudo yum install httpd24 -y
sudo yum install php73 -y
sudo yum install php73-mysqli -y