Skip to content

Create Route 53 record, S3 buckets, and CloudFront distributions for SSL website hosting on AWS with non-ssl redirect.

Notifications You must be signed in to change notification settings

aaronwht/aws-web-hosting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Create web site hosting for a static website

The web.yml creates an AWS SSL Certificate, S3 bucket, and CloudFront distribution for a static website.

Replace YOUR_DOMAIN_NAME with your domain name in AWS Route 53.
HostedZoneId must be your AWS Route 53 Hosted Zone Id.

aws cloudformation create-stack --stack-name domain-web --template-body file://./web.yml --parameters \
ParameterKey=DomainName,ParameterValue=YOUR_DOMAIN_NAME.com \
ParameterKey=HostedZoneId,ParameterValue=XXXXXXXXXXX```

About

Create Route 53 record, S3 buckets, and CloudFront distributions for SSL website hosting on AWS with non-ssl redirect.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages