Skip to content
Snippets Groups Projects
Commit fbb74670 authored by marcoemi.poleggi's avatar marcoemi.poleggi
Browse files

Update README.md

parent 33256f20
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment