Skip to content

Commit 8b07145

Browse files
author
AidanAbd
committed
fix: use larger builder
1 parent 7afa80b commit 8b07145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysbox-eks.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ source "amazon-ebs" "ubuntu-eks" {
9696
}
9797

9898
region = "us-west-2"
99-
instance_type = "t2.micro"
99+
instance_type = "t3.large"
100100
ssh_username = "ubuntu"
101101
temporary_key_pair_type = "ed25519"
102102
ssh_handshake_attempts = 100

0 commit comments

Comments
 (0)