Integrating Amazon RDS with WordPress

Integrating Amazon RDS with WordPress

Amazon Relational Database Service (RDS)

No alt text provided for this image

Amazon Relational Database Service (Amazon RDS) makes it easy to set up, operate, and scale a relational database in the cloud. It provides cost-efficient and resizable capacity while automating time-consuming administration tasks such as hardware provisioning, database setup, patching and backups. It frees you to focus on your applications so you can give them the fast performance, high availability, security and compatibility they need.

No alt text provided for this image

WordPress is a free and open-source content management system (CMS) written in PHP and paired with a MySQL or MariaDB database.

Let’s Begin…

?? Create an AWS EC2 instance

To create an EC2 instance I’m using Amazon Linux 2 image

No alt text provided for this image

?? Configure the instance mysql database and apache webserver.

1.   Install httpd

No alt text provided for this image

2.  Install PHP

No alt text provided for this image

   3. Install WordPress

No alt text provided for this image

4. Start httpd service

No alt text provided for this image

?? As wordpress stores data at the backend in MySQL Database server. Therefore, you need to setup a MySQL server using AWS RDS service using Free Tier.

No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image

???? DataBase created :

No alt text provided for this image

???? Creating mysql database :

CREATE DATABASE <database_name>;
No alt text provided for this image

???? Now on browser:

https://<public_ip>/wordpres
No alt text provided for this image
*************
No alt text provided for this image

???? In my case it is not able to create wp-config.php file. Let me create it manually;

cat > wordpress/wp-config.php
# and save the file....
No alt text provided for this image

? And here you can see task completed and now you can write blogs !! ?

No alt text provided for this image
No alt text provided for this image
No alt text provided for this image

Finally our Task is completed successfully !!!!?????

Thanks for Reading !! ????????

?? Keep Learning !! Keep Sharing !! ??






要查看或添加评论,请登录

Shreeja Raj的更多文章

  • Shell Scripting

    Shell Scripting

    Shell Scripting is an open-source computer program designed to be run by the Unix/Linux shell. Shell Scripting is a…

  • What is Azure Kubernetes Service?

    What is Azure Kubernetes Service?

    AKS is an open-source fully managed container orchestration service that became available in June 2018 and is available…

    2 条评论
  • Neural Networks and Industry Use Cases

    Neural Networks and Industry Use Cases

    Neural networks ??? Neural networks reflect the behavior of the human brain, allowing computer programs to recognize…

  • What is Kubernetes

    What is Kubernetes

    In a nutshell, Kubernetes is a system for deploying applications and more efficiently utilizing the containerized…

  • Building High Availability Architecture with AWS CLI

    Building High Availability Architecture with AWS CLI

    Welcome you all to my article based on Creating High Availability Architecture with AWS CLI. Have you ever thought that…

  • 5 Mind-Blowing Ways Facebook Uses Machine Learning

    5 Mind-Blowing Ways Facebook Uses Machine Learning

    What comes first to mind when you think about social networking? It’s Facebook of course! Facebook is actually not even…

  • AWS CASE STUDY

    AWS CASE STUDY

    Millions of customers- including the fastest growing startups, largest enterprises, and leading government agencies -…

  • What is Big Data?

    What is Big Data?

    Big data is a collection of large datasets that cannot be processed using traditional computing techniques. It is not a…

社区洞察

其他会员也浏览了