From 702fb778914b7547f4d8102e702a1234cd7f2d10 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 8 Oct 2024 00:01:44 +0000 Subject: [PATCH] chore: Update AMI for debian 11 (x86_64) in agent-smoke-legacy-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- molecule/agent-smoke-legacy-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index 24d83aca0..d0a4d215d 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -36,7 +36,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: debian-11-x86_64 - image: ami-0edc25b49fef678e2 + image: ami-0057500c2b673caf5 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID}