Skip to content

Commit

Permalink
Update AMI instructions to 24.11
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp authored Dec 2, 2024
1 parent d500b3a commit 3349a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/download/52-nixos-amazon.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ data "aws_ami" "nixos_arm64" {
filter {
name = "name"
values = ["nixos/24.05*"]
values = ["nixos/24.11*"]
}
filter {
name = "architecture"
Expand All @@ -49,7 +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*' 'Name=architecture,Values=arm64' --query 'sort_by(Images, &CreationDate)'
aws ec2 describe-images --owners 427812963091 --filter 'Name=name,Values=nixos/24.11*' 'Name=architecture,Values=arm64' --query 'sort_by(Images, &CreationDate)'
```

### Search for specific AMIs
Expand Down

0 comments on commit 3349a7a

Please sign in to comment.