

So now we have DB instance it will give a endpoint (host) BackupĪnd there are option for monitoring and Maintenance we can configure Database OptionsĭB parameter Group default.mysql5.6 6. Multi-AZ Deployment no/yes (as requirement yes for replica )Īfter that click on Next Step for Configure Advanced Settings
#SETUP DRUPAL ON AWS INSTALL#
$ sudo service apache2 restart Step 2 : Install Mysql or Create and configure RDS with Mysql DB 1. Now we have the Apache and php in our instance and we just need to restart the web server to implement our changes to Apache Search for the expose_php directive and the allow_url_fopen directive and set them both to “Off”: (insert mode i) We have to make small change to our PHP configuration file. $ sudo apt-get install php5 –y $ sudo apt-get install libapache2-mod-php5 php5-mcrypt –y $ sudo apt-get install php-pear php5-mysql php5-suhosin –y To install PHP, put this command on terminal and install php lib.
#SETUP DRUPAL ON AWS UPDATE#
$ sudo ssh -i durpal_key.pem Now we have to update the cache’s package and install Apache and Php $ sudo apt-get update $ sudo apt-get install apache2 –y Step 2: Install php


#SETUP DRUPAL ON AWS HOW TO#
Here below I am going describe the steps that how to host a drupal site having Amazon EC2 instance and having Amazon RDS for DB host. We need to install Apache, PHP, and MySQLand we need to make some additional changes to each of these for our installation. Due to the stability of the base, the adaptability of the platform, and its active community, Drupal remains a popular choice after more than a decade on the scene.īefore we get the Drupal site and install them into our web directory, we need to prepare our system. Drupal is a popular content management system (CMS) used to run some of the largest blogs and websites across the internet.
