https://github.com/stakater/blueprint-static-site-aws
A repo for creating a static web site deployment stack using aws s3 bucket, route53, and cloudfront
https://github.com/stakater/blueprint-static-site-aws
aws cloudfront route53 s3 stakater
Last synced: 11 months ago
JSON representation
A repo for creating a static web site deployment stack using aws s3 bucket, route53, and cloudfront
- Host: GitHub
- URL: https://github.com/stakater/blueprint-static-site-aws
- Owner: stakater
- Created: 2018-11-04T15:07:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:25:03.000Z (over 2 years ago)
- Last Synced: 2024-04-15T04:16:10.057Z (about 2 years ago)
- Topics: aws, cloudfront, route53, s3, stakater
- Language: HCL
- Homepage: http://stakater.com
- Size: 7.81 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blueprint-static-site-aws
A repo for creating a static web site deployment stack using aws s3 bucket, route53, and cloudfront.
Cotains the following modules:
* **s3bucket_host** = creates a s3 bucket with name www.domainname, and will contain the static website to host
* **s3bucket_redirect** = creates a s3 bucket with name domainname, and will only be used to redirect users to www.domainname
* **cloudfront_s3** = creates a cloudfront distribution for the created host bucket
* **route53_hostedzone** = creates a hosted zone for the domain
* **route53_record_redirect_bucket** = creates a record entry in the above created zone for redirect bucket
* **route53_record_cloudfront-host** = creates a record entry in the above created zone for cloud front