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
* Add warning about valid region
* Add rule preventing deployment outside us-east-1
By using a CloudFormation rule, the user can receive feedback more
quickly.
The error message is also more helpful.
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,9 @@ For more information, see [Mozilla’s web security guidelines](https://infosec.
53
53
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
54
55
55
## Deploy the solution
56
+
57
+
> :⚠️ This template can only be deployed in the `us-east-1` region
58
+
56
59
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.
57
60
58
61
> **Note:** You must have IAM permissions to launch CloudFormation templates that create IAM roles, and to create all the AWS resources in the solution. Also, you are responsible for the cost of the AWS services used while running this solution. For more information about costs, see the pricing pages for each AWS service.
@@ -72,14 +75,14 @@ To deploy the solution, you use [AWS CloudFormation](https://aws.amazon.com/clou
72
75
73
76
-**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
77
-**DomainName:** Your registered domain name, such as example.com. This domain must be pointed to a Route 53 hosted zone.
75
-
-**HostedZoneId** The Route 53 Hosted Zone Id containing the domain being used.
78
+
-**HostedZoneId** The Route 53 Hosted Zone Id containing the domain being used.
76
79
-**CreateApex:** Optionally create an Alias to the domain apex (example.com) in your CloudFront configuration. Default is [no]
77
80
78
81
After entering values, choose the **Next** button.
79
82
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.
80
83
6. On the **Review** page, you must scroll down and check the two boxes in the **Capabilities** section:
81
84
82
-
-**I acknowledge that AWS CloudFormation might create IAM resources with custom names.**
85
+
-**I acknowledge that AWS CloudFormation might create IAM resources with custom names.**
83
86
-**I acknowledge that AWS CloudFormation might require the following capability: CAPABILITY_AUTO_EXPAND**
84
87
85
88
These capabilities allow CloudFormation to create an IAM role that allows access
@@ -104,7 +107,7 @@ To download the CloudFormation template to deploy on your own, for example by [u
0 commit comments