From 533677633f469012b12f862cae4d87f13e88cf58 Mon Sep 17 00:00:00 2001 From: Liat Schulzinger Date: Mon, 5 Feb 2024 15:40:00 +0200 Subject: [PATCH] change ami --- .github/workflows/liat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/liat.yml b/.github/workflows/liat.yml index c980066..e098d42 100644 --- a/.github/workflows/liat.yml +++ b/.github/workflows/liat.yml @@ -30,7 +30,7 @@ jobs: - name: Launch EC2 Instance id: launch-ec2 run: | - AMI_ID=ami-019a4dd9d1bad0cec + AMI_ID=ami-056d2deb35634ac41 # AmazonLinux2 Mate ISNTANCE_TYPE=t3.large INSTANCE_ID=$(aws ec2 run-instances --image-id $AMI_ID --instance-type $ISNTANCE_TYPE --query 'Instances[0].InstanceId' --output text) echo "::set-output name=INSTANCE_ID::$INSTANCE_ID"