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
+2
Original file line number
Diff line number
Diff line change
@@ -241,6 +241,8 @@ CloudFront distributions with HTTPS aliases require valid SSL certificates to cr
241
241
If you're creating the distributions without valid SSL certificates (for example, so that you can give DLUHC all the records in one go)
242
242
then set `domain = null` for each distribution to create without aliases.
243
243
244
+
The production Delta website has an origin read timeout above the standard quota limit of 60 seconds, so request an increase through the console if you're using that.
Copy file name to clipboardexpand all lines: terraform/modules/website_cloudfront/variables.tf
+1-1
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,6 @@ variable "apply_aws_shield" {
48
48
49
49
variable"origin_read_timeout" {
50
50
type=number
51
-
description="Read timeout for the website origin"
51
+
description="Read timeout for the website origin in seconds. Note that the default quota limit for this is 60, to increase above that request a quota increase first."
0 commit comments