From 479ddd4c01e0aba53bda84cfa938bf1bc46509ac Mon Sep 17 00:00:00 2001 From: Marco Emilio Poleggi <marco-emilio.poleggi@hesge.ch> Date: Wed, 23 Feb 2022 13:47:42 +0100 Subject: [PATCH] AWS AMI update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54704ea..d8a4ab4 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ You can query the AMI Catalog via "Name=name,Values=*ubuntu*20*server*" \ "Name=architecture,Values=x86_64" \ --query "reverse(sort_by(Images, &ImageId))[:2].[ImageId]" --output text - ami-0ff99e17387586219 - ami-0fe93fb38d72b89b6 + ami-0fcda042dd8ae41c7 + ami-0fbeb45a81e0e242f ``` :bulb: In the following task(s), we use the first AMI found for the -- GitLab