Welcome in the next post in the WordPress series.
Today I will continue with WordPress article series.
In a previous post https://www.funwithcloud.com/install-lemp-stack-on-ubuntu-linux/ I described how to create a fully working LEMP stack on Ubuntu.
In this post we will stick to WordPress being hosted on Linux EC2 virtual machine, but we will use an external database. I already created a Ubuntu based EC2 instance which is up and running.
sudo mysql -h your.endpoint.us-west-2.rds.amazonaws.com -u YOURUSERNAME –p
Once connected simply create new database with this command
create database wordpressdb;