From 6b0d2a14b29fb8a07c59c306924cbae79877647b Mon Sep 17 00:00:00 2001 From: Arian van Putten Date: Tue, 12 May 2026 11:34:56 +0200 Subject: [PATCH] Try debug with t2 --- upload-ami/src/upload_ami/smoke_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload-ami/src/upload_ami/smoke_test.py b/upload-ami/src/upload_ami/smoke_test.py index 8f9a91b6..b27f7708 100644 --- a/upload-ami/src/upload_ami/smoke_test.py +++ b/upload-ami/src/upload_ami/smoke_test.py @@ -20,7 +20,7 @@ def smoke_test(image_id: str, run_id: str, cancel: bool, no_spot: bool) -> None: architecture = image["Architecture"] instance_type: InstanceTypeType if architecture == "x86_64": - instance_type = "t3.nano" + instance_type = "t2.nano" elif architecture == "arm64": instance_type = "t4g.nano" else: