Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMI ami-0fc7825fe890f87d1 (NixOS 23.05) missing from AWS region eu-west-1 #307519

Open
nh2 opened this issue Apr 28, 2024 · 0 comments
Open

AMI ami-0fc7825fe890f87d1 (NixOS 23.05) missing from AWS region eu-west-1 #307519

nh2 opened this issue Apr 28, 2024 · 0 comments

Comments

@nh2
Copy link
Contributor

nh2 commented Apr 28, 2024

The AMI for NixOS 23.05 in eu-west-1 does not exist.

This is the AMI shown on the NixOS home page (getting-started page):

image

NixOps complains:

Exception: AMI ‘ami-0fc7825fe890f87d1’ does not exist in region ‘eu-west-1’

"23.05".eu-central-1.x86_64-linux.hvm-ebs = "ami-0d6ee9d5e1c985df6";

And indeed aws shows the AMI does not exist:

% aws ec2 describe-images --image-ids=ami-0fc7825fe890f87d1 --region eu-west-1 
{
    "Images": []
}

Other AMIs from that section do work, e.g. this shows output: aws ec2 describe-images --image-ids=ami-0d6ee9d5e1c985df6 --region eu-central-1

"23.05".eu-central-1.x86_64-linux.hvm-ebs = "ami-0d6ee9d5e1c985df6";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant