You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-5Lines changed: 27 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,19 @@
1
-
# AWS S3 Static Website
1
+
# AWS S3 Static Website Terraform Module
2
2
3
-
Terraform Module for an Amazon S3 Static Website.
3
+
Terraform Module for an Amazon S3 Static Website, fronted by a CloundFront Distribution.
4
4
5
5
## Features
6
6
7
-
TK
7
+
This module allows for [Hosting a Static Website on Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html), provisioning the following:
8
+
9
+
- S3 Bucket for static public files
10
+
- CloudFront Distribution fronting the S3 Bucket
11
+
- Route 53 Record Set aliased to the CloudFront Distribution
12
+
13
+
It requires (for now?) that the following have been setup outside this module:
14
+
15
+
- SSL Certificate
16
+
- Route 53 Hosted Zone
8
17
9
18
## Usage
10
19
@@ -26,10 +35,23 @@ module "static_website" {
26
35
27
36
## Inputs
28
37
29
-
TK
38
+
| Name | Description | Type | Default | Required |
0 commit comments