Skip to content

Commit 76f463d

Browse files
committed
feat: latest instance types
We don't like waiting for our AMIs to finish building :)
1 parent 75c861d commit 76f463d

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

images/linux-al2023/github_agent.linux.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ variable "associate_public_ip_address" {
3939
variable "instance_type" {
4040
description = "The instance type Packer will use for the builder"
4141
type = string
42-
default = "m3.medium"
42+
default = "c8i-flex.large"
4343
}
4444

4545
variable "iam_instance_profile" {

images/ubuntu-focal/github_agent.ubuntu.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ variable "associate_public_ip_address" {
3939
variable "instance_type" {
4040
description = "The instance type Packer will use for the builder"
4141
type = string
42-
default = "t3.medium"
42+
default = "c8i-flex.large"
4343
}
4444

4545
variable "iam_instance_profile" {

images/ubuntu-jammy-arm64/github_agent.ubuntu.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ variable "associate_public_ip_address" {
3939
variable "instance_type" {
4040
description = "The instance type Packer will use for the builder"
4141
type = string
42-
default = "t4g.small"
42+
default = "c8g.large"
4343
}
4444

4545
variable "iam_instance_profile" {

images/ubuntu-jammy/github_agent.ubuntu.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ variable "associate_public_ip_address" {
3939
variable "instance_type" {
4040
description = "The instance type Packer will use for the builder"
4141
type = string
42-
default = "t3.medium"
42+
default = "c8i-flex.large"
4343
}
4444

4545
variable "iam_instance_profile" {

images/ubuntu-noble-arm64/github_agent.ubuntu.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ variable "associate_public_ip_address" {
3939
variable "instance_type" {
4040
description = "The instance type Packer will use for the builder"
4141
type = string
42-
default = "t4g.small"
42+
default = "c8g.large"
4343
}
4444

4545
variable "iam_instance_profile" {

images/ubuntu-noble/github_agent.ubuntu.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ variable "associate_public_ip_address" {
3939
variable "instance_type" {
4040
description = "The instance type Packer will use for the builder"
4141
type = string
42-
default = "t3.medium"
42+
default = " c8i-flex.large"
4343
}
4444

4545
variable "iam_instance_profile" {

images/windows-core-2019/github_agent.windows.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ variable "region" {
2121
variable "instance_type" {
2222
description = "The instance type Packer will use for the builder"
2323
type = string
24-
default = "t3a.medium"
24+
default = "c8i-flex.xlarge"
2525
}
2626

2727
variable "iam_instance_profile" {

images/windows-core-2022/github_agent.windows.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ variable "region" {
2121
variable "instance_type" {
2222
description = "The instance type Packer will use for the builder"
2323
type = string
24-
default = "m4.xlarge"
24+
default = "c8i-flex.xlarge"
2525
}
2626

2727
variable "iam_instance_profile" {

images/windows-core-2025/github_agent.windows.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ variable "region" {
1919
}
2020

2121
variable "instance_type" {
22-
description = "The instance type Packer will use for the builder"
22+
description = "The instance type Packer will use for the builder, requires UEFI/nitro instance support"
2323
type = string
24-
default = "m4.xlarge"
24+
default = "c8i-flex.xlarge"
2525
}
2626

2727
variable "iam_instance_profile" {

0 commit comments

Comments
 (0)