Skip to content

Commit 79cbab5

Browse files
authored
fix: relocate testinfra build ops to ap-southeast-1 (#1908)
* fix: relocate all build ops to us-east-1 * fix: try instead to consolidate all on ap-southeast-1 * fix: 2 more regions to consolidate * fix: mirror docker in us-east-1 * fix: restore some builds back to us-east-1 * fix: revert some builds to us-east-1 to make sure they still function while investigating if they can change * fix: restore these IAM config actions * fix: restore this role to assume action region
1 parent 22ce935 commit 79cbab5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/testinfra-ami-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: aws-actions/configure-aws-credentials@v4
6868
with:
6969
role-to-assume: ${{ secrets.DEV_AWS_ROLE }}
70-
aws-region: "us-east-1"
70+
aws-region: "ap-southeast-1"
7171
output-credentials: true
7272
role-duration-seconds: 7200
7373

amazon-arm64-nix.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ variable "ami_name" {
1515

1616
variable "ami_regions" {
1717
type = list(string)
18-
default = ["ap-southeast-2"]
18+
default = ["ap-southeast-1"]
1919
}
2020

2121
variable "ansible_arguments" {

development-arm.vars.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
arch = "arm64"
2-
ami_regions = ["us-east-1"]
2+
ami_regions = ["ap-southeast-1"]
33
environment = "dev"
44
instance-type = "c6g.4xlarge"
5-
region= "us-east-1"
5+
region= "ap-southeast-1"
66
ubuntu-2004 = "ami-0b49a4a6e8e22fa16"
77

stage2-nix-psql.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ variable "profile" {
55

66
variable "ami_regions" {
77
type = list(string)
8-
default = ["ap-southeast-2"]
8+
default = ["ap-southeast-1"]
99
}
1010

1111
variable "environment" {

0 commit comments

Comments
 (0)