Skip to content

tuimac/wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build WordPress quickly and more cheaper

Create WordPress platform by Cloudformation. EC2 and RDS under free tier. I consider the portability of system so I choose to boot WordPress on Docker.(Docker Image)

Prerequisite

Check below envirionment.

You need to attach 'AdministratorAccess' which is AWS managed IAM policy to IAM role or user you created.

How to use

Just execute AWS CLI below

aws cloudformation create-stack --stack-name wordpress --region ap-northeast-1 --template-body file://wordpress.yml

It takes about 10 minutes to complete. After that, access to EC2 instance's Public IP address port 80.

Author

  • Kento Kashiwagi - tuimac If you have some opinion and find bugs, please post here.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Future Plan

  • Write down actual monthly price of this environment
  • Create backup and restore data automation tool
  • Create notification for increacing price

About

WordPress on AWS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published