Skip to content

CloudFormation templates for S3+CloudFront deployment

Notifications You must be signed in to change notification settings

latency-at/cfn-s3-cloudfront

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CloudFormation Templates for S3+CloudFront stack

Usage

Beside the stack-name, you need to specify:

  • Domain: The domain name for the website
  • ValidationDomain: The domain name to use for certificate validation.
aws --region us-east-1 cloudformation create-stack \
  --stack-name YourStackName \
  --parameters ParameterKey=Domain,ParameterValue=www.example.com \
    ParameterKey=ValidationDomain,ParameterValue=example.com \
  --template-body "$(cat site.yml)"

About

CloudFormation templates for S3+CloudFront deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published