Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 280 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 280 Bytes

Wordpress on AWS

Highly available, horizontally scalable Wordpress installation on AWS.

Instal dependencies

npm install

Replace environment variables in .env file

vim .env

Deploy using CDK CLI

cdk deploy

Destroy the Stack using CDK CLI

cdk destroy