Skip to content

davelms/aws-wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Highly Available Wordpress on AWS

Originally sourced from aws-samples/aws-refarch-wordpress, see original license.

aws cloudformation create-stack \
 --stack-name wordpress \
 --template-body file://templates/master.yaml \
 --parameters file://params.json \
 --capabilities CAPABILITY_IAM \
 --disable-rollback \
 --region us-east-1 \
 --output json

About

HA WordPress site on AWS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages