Skip to content

Commit b1002d5

Browse files
author
Sean Thomas
committed
Change CI tests to use us-east-2 to validate multi-region support
Using a non-us-east-1 region ensures the tests validate that: - ACM certificates are created in the correct region (same as ALB) - DNS query logging resources are correctly created in us-east-1 despite the default region being different
1 parent 338e577 commit b1002d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/template-only-ci-infra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Configure AWS credentials
8989
uses: aws-actions/configure-aws-credentials@v4
9090
with:
91-
aws-region: us-east-1
91+
aws-region: us-east-2
9292

9393
# Use access key credentials for the template infra test workflow
9494
# instead of using GitHub OIDC because only one GitHub OIDC provider

0 commit comments

Comments
 (0)