Website deployment on AWS

What is RDS?

httpd installation
yum install httpd -y
sudo amazon-linux-extras install php7.3
yum install mysql 
wget https://wordpress.org/latest.tar.gz
tar -xvzf latest.tar.gz
cp wordpress /var/www/html
mysql -h <endpoint of database> -u <username> -P <port number> -p<password>
MYSQL CREATE DATABASE <databasename> ;
systemctl restart httpd
https:<publicip>/wordpress/wp-admin/setup-config.php
fill information about your database

--

--

Data science, , cloud computing, Artificial Intelligence, Cybersecurity,tech-blogger

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
Abhishek Prasad Kesare

Data science, , cloud computing, Artificial Intelligence, Cybersecurity,tech-blogger