Skip to content

ministryofjustice/wp-cloudformation-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

WordPress CloudFormation template

Useful commands

Create a new stack:

NAME=myapp-$(date +%s); aws cloudformation create-stack --template-body "file://$PWD/wp-stack.yaml" --parameters "file://$PWD/myapp-params.json" --stack-name $NAME --capabilities CAPABILITY_IAM

Delete the stack:

aws cloudformation delete-stack --stack-name $NAME

Use Node version > 6.10

About

CloudFormation templates for WordPress ECS.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages