Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 440 Bytes

File metadata and controls

15 lines (12 loc) · 440 Bytes

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