Skip to content

Commit

Permalink
Merge pull request #17196 from rifelpet/2404-docs
Browse files Browse the repository at this point in the history
Fix aws cli command for discovering 24.04 AMIs
  • Loading branch information
k8s-ci-robot authored Jan 10, 2025
2 parents 671c6ee + 891b396 commit e38ce33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operations/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ Support for Ubuntu 24.04 is **experimental**.
aws ec2 describe-images --region us-east-1 --output table \
--owners 099720109477 \
--query "sort_by(Images, &CreationDate)[*].[CreationDate,Name,ImageId]" \
--filters "Name=name,Values=ubuntu/images/hvm-ssd-gp3/ubuntu-jammy-22.04-*-*"
--filters "Name=name,Values=ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-*-*"
```

## Owner aliases
Expand Down

0 comments on commit e38ce33

Please sign in to comment.