It is very easy to provision a wordpress site using beanstalk, this post has all captured screen.
-
Logon to AWS and click beanstalk, click create application
-
Select “create web server”
-
Select predefined configuration as PHP
-
Unzip the wordpress zip file and remove the root folder wordpress, re-add all folders and files into a zip file.
Re-compress WordPress. Beanstalk does not allow directories in the ZIP root, Which is why repackage it.
-
Upload the zip file
-
Input environment name and URL
-
Select create RDS DB as wordpress needs a RDS
-
Check configuration details
-
Set RDS username and password
-
Set permissions
-
Waiting a few minutes for provisioning
-
Access the URL for configuring wordpress
-
Configure wordpress site mysql, Use ebdb for the database name. It’s always ebdb.
Everything is done:
The post How to provision a WordPress site with AWS beanstalk appeared first on Robert Chen.