Skip to content

Commit 7c47a0a

Browse files
Merge pull request #18 from joshbean/doc-fixes
Doc fixes
2 parents b21ffd3 + ca03b85 commit 7c47a0a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Amazon CloudFront Secure Static Website
2+
23
Use this solution to create a secure static website for your registered domain name. With this solution, your website:
34

45
- 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
4849
For more information, see [Mozilla’s web security guidelines](https://infosec.mozilla.org/guidelines/web_security).
4950

5051
## 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).
5453

5554
## Deploy the solution
5655
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
7170
following fields:
7271

7372
- **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.
7574

7675
After entering values, choose the **Next** button.
7776
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

Comments
 (0)