AWS-RDS TASK/ ARTH TASK-18
Task Description:
🔅Create an AWS EC2 instance
🔅 Download PHP application name “WordPress”.
🔅 As WordPress stores data at the back-end 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.
1. Create an AWS EC2 instance
Here in this instance, I configured docker service and there Ilaunched the WordPress application with the help of docker image.
2. Setup a MySQL server using AWS RDS service using Free Tier
3. Provide the endpoint/connection string to the WordPress application to make it work
Change the inbound rules for the ec2 instance to connect with database instance.
Connect to the WordPress application which we launched through docker container.