From fbb74670b8cf3705c151c53738f4bb964f4d937b Mon Sep 17 00:00:00 2001 From: "marcoemi.poleggi" <marco-emilio.poleggi@hesge.ch> Date: Wed, 7 Sep 2022 16:50:38 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d8a4ab4..fa08b8a 100644 --- a/README.md +++ b/README.md @@ -65,11 +65,11 @@ You can query the AMI Catalog via ``` shell lcl$ aws ec2 describe-images --region us-east-1 \ --filters "Name=root-device-type,Values=ebs" \ - "Name=name,Values=*ubuntu*20*server*" \ + "Name=name,Values=*ubuntu-jammy-22.04-amd64-server*" \ "Name=architecture,Values=x86_64" \ --query "reverse(sort_by(Images, &ImageId))[:2].[ImageId]" --output text - ami-0fcda042dd8ae41c7 - ami-0fbeb45a81e0e242f + ami-0f65ab0fd913bc7be + ami-0eb45246cba02871b ``` :bulb: In the following task(s), we use the first AMI found for the -- GitLab