Wordpress_on_EC2_DB_RDS.
Task Description??
?? Create an AWS EC2 instance.
?? Configure the instance with Webserver.
?? Download php application name "WordPress".
?? 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.
?? Provide the endpoint/connection string to the WordPress application to make it work.
What is AWS ?
Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform, offering over 175 fully featured services from data centers globally. Millions of customers—including the fastest-growing startups, largest enterprises, and leading government agencies—are using AWS to lower costs, become more agile, and innovate faster.
What is Amazon Relational Database Service (Amazon RDS)?
Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and scale a relational database in the AWS Cloud. It provides cost-efficient, resizable capacity for an industry-standard relational database and manages common database administration tasks.
What is wordpress ?
WordPress is a free and open-source content management system written in PHP and paired with a MySQL or MariaDB database. Features include a plugin architecture and a template system, referred to within WordPress as Themes. WordPress was originally created as a blog-publishing system but has evolved to support other web content types including more traditional mailing lists and forums, media galleries, membership sites, learning management systems and online stores. WordPress is used by more than 60 million websites, including 39% of the top 10 million websites as of January 2021, WordPress is one of the most popular content management system solutions in use. WordPress has also been used for other application domains,o such as pervasive display systems.
Creation of EC2 instance.
Select AMI
Select TIER
Select VPC
Add Storage
Add TAGS
Configure SECURITY_GROUP
Launch it
Successfully Instance Launched.
Copy Public IP for Putty Connection.
Paste IP
Click on SSH and then AUTH and then browse ppk file
click on yes for connection.
go to Sudo user
install mariadb-server database
install PHP
install wordpress
ls command in slash folder
Copy wordpress to html folder
install apache
Wordpress Open with the publicip/wordpress
Creation of Database
Succeessfully created database name databse-1.
Fill the detail and submit
Run the Installation.
Fill the details
Login