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
* Added apex domain to ACM cert and Cloudfront distribution
* Docs updated with optional steps for apex configuration
Co-authored-by: Mohsan Jaffery <mjaffery@amazon.com>
Copy file name to clipboardExpand all lines: README.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,8 @@ To deploy the solution, you use [AWS CloudFormation](https://aws.amazon.com/clou
70
70
following fields:
71
71
72
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.
73
-
-**DomainName:** Your registered domain name, such as example.com. This domain must be pointed to a Route 53 hosted zone.
73
+
-**DomainName:** Your registered domain name, such as example.com. This domain must be pointed to a Route 53 hosted zone.
74
+
-**CreateApex:** Optionally create an Alias to the domain apex (example.com) in your CloudFront configuration. Default is [no]
74
75
75
76
After entering values, choose the **Next** button.
76
77
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.
7. Run the following command to deploy the packaged CloudFormation template to a CloudFormation stack:
133
+
7. Run the following command to deploy the packaged CloudFormation template to a CloudFormation stack. To optionally deploy the stack with a domain apex skip this section and proceed to [Step 8] below.
0 commit comments