Skip to content

zirkelc/cloudformation-s3-static-website-https

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudFormation Template for Static Website Hosting

This repository contains the CloudFormation template for the static website hosting on AWS with support for HTTPS and a custom domain name.

It can be deployed via CloudFormation console or the AWS CLI.

It requires the following inputs:

It creates the following resources:

  • S3 bucket for the website content
  • CloudFront distribution for HTTPS support
  • Route53 record for the custom domain name

There are two templates in this repository:

  • templates/classic.yml - uses a public S3 bucket with static website hosting
  • templates/modern.yml - uses a private S3 bucket without static website hosting

Please refer to my blog series for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published