Skip to content

Commit 7abd2b5

Browse files
committed
momentarely move all releases and crates cdn traffic to fastly
1 parent a390f73 commit 7abd2b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terragrunt/accounts/legacy/crates-io-prod/crates-io/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ inputs = {
2626

2727
strict_security_headers = true
2828

29-
static_cloudfront_weight = 1
29+
static_cloudfront_weight = 0
3030
static_fastly_weight = 255
3131

3232
cdn_log_event_queue_arn = "arn:aws:sqs:us-west-1:365596307002:cdn-log-event-queue"

terragrunt/accounts/legacy/releases-prod/release-distribution/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ inputs = {
1919
static_ttl = 86400 // 1 day
2020

2121
# minimum weight AWS allows.
22-
static_cloudfront_weight = 1
22+
static_cloudfront_weight = 0
2323
# maximum weight AWS allows
2424
static_fastly_weight = 255
2525
# Percentage of traffic going through Fastly: 255/(255+1)*100 = 99.6%

0 commit comments

Comments
 (0)