From f56899b1fbe823b010c76f750b5cf1f8d2805a44 Mon Sep 17 00:00:00 2001 From: Matthew Davidson Date: Thu, 3 Apr 2025 13:23:16 +0800 Subject: [PATCH 1/2] Switch to globally available Hetzner instance type The old cx* Intel instance type was only available in EU data centers. The cpx* AMD type is available in the US and Asia as well. --- config.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.cfg b/config.cfg index 6d579b7..444bc2a 100644 --- a/config.cfg +++ b/config.cfg @@ -206,7 +206,7 @@ cloud_providers: image: Ubuntu 22.04 Jammy Jellyfish arch: x86_64 hetzner: - server_type: cx22 + server_type: cpx21 image: ubuntu-22.04 openstack: flavor_ram: ">=512" From 4ffcff006ddaeb001ee26bf988e63d01b13bc2f8 Mon Sep 17 00:00:00 2001 From: Matthew Davidson Date: Fri, 4 Apr 2025 11:23:43 +0700 Subject: [PATCH 2/2] Change default Hetnzer type to cheapest cpx11 --- config.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.cfg b/config.cfg index 444bc2a..35eb69f 100644 --- a/config.cfg +++ b/config.cfg @@ -206,7 +206,7 @@ cloud_providers: image: Ubuntu 22.04 Jammy Jellyfish arch: x86_64 hetzner: - server_type: cpx21 + server_type: cpx11 image: ubuntu-22.04 openstack: flavor_ram: ">=512"