Using AWS EC2 and RDS to implement WordPress
🔅 Create an AWS EC2 instance 🔅 Configure the instance with Apache 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. Creating AWS EC2 Instance Select the EC2 service in AWS console Press the button "Launch instance" I selected the Amazon Linux AMI I chose "t2.micro" as the instance type I am leaving the instance details to default I am using the minimum storage required for the instance I added the tag with key as Name and value as WordPress I allowed all kind of traffic through Security Group At last launch the instance I have used an existing key pair for the instance The instance is launched successfully and is in running state By clicking on the instance ID all the details will be displayed Username, IP addre...