From 8826c3b7469af59bd5cb5e0b8db4c538e5abb1c8 Mon Sep 17 00:00:00 2001 From: Matthew Davidson Date: Sun, 3 Aug 2025 04:15:10 +0700 Subject: [PATCH] Switch to globally available Hetzner instance type (#14762) * 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. * 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 6d579b7..2116b04 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: cpx11 image: ubuntu-22.04 openstack: flavor_ram: ">=512"