Thanks. The following are put in the User Data section to create an apache web server using CLI, how can we create MySQL(MariaDB) and PHP as well? #!/bin/bash yum -y install httpd systemctl enable httpd systemctl start httpd
@theknowledgekitten18742 жыл бұрын
the image AMI used in the video already has MySQL server installed ... for Amazon Linux 2 AMIs check out amazon-linux-extras -> sudo yum install -y amazon-linux-extras the, if you want to install MariaDB from command line or CLI you could use: yum install mariadb as well as yum install php
@asongatabong17915 ай бұрын
He does not want to show his codes. Talk more and do less.
@fathyart9 ай бұрын
is it free?
@theknowledgekitten18749 ай бұрын
The AMI is free, the Virtual machine and storage are not, there is however a free tier offered by AWS that is sufficient for Test or Demo Applications ...