Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 931 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 931 Bytes

aws-cloudformation-website

An Amazon Web Services (AWS) CloudFormation document to facilitate the easy deployment of static websites to the cloud.

Environment

Deployment

aws cloudformation deploy \
  --template cloudformation.template.json \
  --stack-name <example-stack> \
  --parameter-overrides SiteNameParameter=<example.com>

One-Click Deployment

Deploy the latest version of this template (from the master branch) to your AWS Account with the click of a button!

Launch Stack button