Skip to content

Commit

Permalink
use e2-standard-4 as no visible quota
Browse files Browse the repository at this point in the history
  • Loading branch information
VJftw committed Oct 13, 2023
1 parent 866b7ec commit 7558791
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion flavours/arch/xfce4.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ source "googlecompute" "arch" {
disable_default_service_account = true
disk_type = "pd-ssd"
image_name = "arch-xfce4-${var.version_suffix}"
machine_type = "c2-standard-4"

// 2023-10-13 - Pricing
// c3-standard-4 (cpu quota limit: 8): $0.091864 (spot)
// e2-standard-4 (cpu quota limit: 8): $0.0555 (spot)
// e2-standard-4 : $0.044216 (spot)
machine_type = "e2-standard-4"
metadata = {
enable-oslogin = "false"
}
Expand Down
2 changes: 1 addition & 1 deletion flavours/debian/kali/xfce4.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source "googlecompute" "kali" {
disable_default_service_account = true
disk_type = "pd-ssd"
image_name = "kali-xfce4-${var.version_suffix}"
machine_type = "c2-standard-4"
machine_type = "e2-standard-4"
metadata = {
enable-oslogin = "false"
}
Expand Down
2 changes: 1 addition & 1 deletion flavours/debian/xfce4.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source "googlecompute" "debian" {
disable_default_service_account = true
disk_type = "pd-ssd"
image_name = "debian-xfce4-${var.version_suffix}"
machine_type = "e2-medium"
machine_type = "e2-standard-4"
metadata = {
enable-oslogin = "false"
}
Expand Down

0 comments on commit 7558791

Please sign in to comment.