Skip to content

Commit

Permalink
Fix typo in AWS AMI search instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp authored Oct 21, 2024
1 parent 69c804b commit 5532cf5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/content/download/52-nixos-amazon.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ The [DescribeImages](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_
can be used to query the latest AMI too:

```bash
aws ec2 describe-images --owners 427812963091 \
--filter 'Name=name,Values=nixos/24.05*' \
--filter 'Name=architecture,Values=arm64'
aws ec2 describe-images --owners 427812963091 --filter 'Name=name,Values=nixos/24.05*' 'Name=architecture,Values=arm64' --query 'sort_by(Images, &CreationDate)'
```

### Search for specific AMIs
Expand Down

0 comments on commit 5532cf5

Please sign in to comment.