logo

Crowdly

¿Qué hago cuando ejecuto estas sentencias sobre un EC2?   #!/bin/bash dnf ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

¿Qué hago cuando ejecuto estas sentencias sobre un EC2?

 

#!/bin/bash

dnf install -y httpd wget php mariadb105-server

wget https://aws-tc-largeobjects.s3.us-west-2.amazonaws.com/CUR-TF-100-ACCLFO-2/2-lab2-vpc/s3/lab-app.zip

unzip lab-app.zip -d /var/www/html/

chkconfig httpd on

service httpd start

More questions like this

Want instant access to all verified answers on aulavirtual35.educa.madrid.org?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!