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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# Amazon CloudFront Secure Static Website
2
+
2
3
Use this solution to create a secure static website for your registered domain name. With this solution, your website:
3
4
4
5
- Is hosted on [Amazon S3](https://aws.amazon.com/s3/)
@@ -48,9 +49,7 @@ The security headers can help mitigate some attacks, as explained in this blog p
48
49
For more information, see [Mozilla’s web security guidelines](https://infosec.mozilla.org/guidelines/web_security).
49
50
50
51
## Prerequisites
51
-
You must have a registered domain name, such as example.com, and point it to a Route53 hosted zone in the same AWS account in which you deploy this solution. For more information, see [Configuring Amazon Route 53 as your DNS service](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-configuring.html).
52
-
53
-
> **Note:** This solution can fail if you have an existing ACM certificate for the domain name that you use with this solution. If the existing certificate is not in use, we recommend deleting it before you deploy this solution.
52
+
You must have a registered domain name, such as example.com, and point it to a Route 53 hosted zone in the same AWS account in which you deploy this solution. For more information, see [Configuring Amazon Route 53 as your DNS service](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-configuring.html).
54
53
55
54
## Deploy the solution
56
55
To deploy the solution, you use [AWS CloudFormation](https://aws.amazon.com/cloudformation). You can use the CloudFormation console, or download the CloudFormation template to deploy it on your own.
@@ -71,7 +70,7 @@ To deploy the solution, you use [AWS CloudFormation](https://aws.amazon.com/clou
71
70
following fields:
72
71
73
72
-**SubDomain:** The subdomain for your registered domain name. Viewers use the subdomain to access your website, for example: www.example.com. We recommend using the default value of **www** as the subdomain.
74
-
-**DomainName:** Your registered domain name, such as example.com. This domain must be pointed to a Route53 hosted zone.
73
+
-**DomainName:** Your registered domain name, such as example.com. This domain must be pointed to a Route 53 hosted zone.
75
74
76
75
After entering values, choose the **Next** button.
77
76
5. On the **Configure stack options** page, you can optionally [add tags and other stack options](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-console-add-tags.html). When finished, choose the **Next** button.
0 commit comments