How to migrate your WordPress website from a hosted provider to AWS. Download all the website files from the hosted server. Export your MYSQL database (be sure to select the option to include all tables) into a .sql file Create a MYSQL database in AWS RDS Using a database client – run the .sql file...
Tag: AWS
PostJanuary 8, 2020May 29, 2020
Setting up WordPress with GoDaddy certificates
How to set up SSL on WordPress on an AWS Ubuntu EC2 instance using GoDaddy’s certificates. After establishing your GoDaddy SSL certificate to your domain, and verifying it, you will be given the private key and CSR. Then after verifying it, you will have the option in downloading your certificates based on various options, choose...
PostSeptember 28, 2019March 20, 2020
Installing WordPress on a Ubuntu AWS instance using a MYSQL RDS
Here is how you manually install WordPress on a Ubuntu AWS instance. And pointing your WordPress database to a MYSQL RDS. Sign into your AWS account –> RDS –> “Create Database”– Choose “Standard Create”– Engine Option: “MYSQL”– Version: <The latest version 5>– (For now, choose the “Free Tier” template)– Give the database an identifier (doesn’t...