Merge pull request #17196 from rifelpet/2404-docs

Fix aws cli command for discovering 24.04 AMIs
This commit is contained in:
Kubernetes Prow Robot 2025-01-09 20:40:33 -08:00 committed by GitHub
commit e38ce33fea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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