An Amazon Web Services (AWS) CloudFormation document to facilitate the easy deployment of static websites to the cloud.
- The AWS Command-Line Interface (AWS CLI)
v1.11.44
aws cloudformation deploy \
--template cloudformation.template.json \
--stack-name <example-stack> \
--parameter-overrides SiteNameParameter=<example.com>
Deploy the latest version of this template (from the master branch) to your AWS Account with the click of a button!