NixOS AWS | 64 Members | |
| 16 Servers |
| Sender | Message | Time |
|---|---|---|
| 20 Oct 2024 | ||
| * I believe they're in Berlin from their GitHub profile | 07:41:46 | |
| ah, nice. I'll try in my morning, then. | 07:42:26 | |
| you have any low-hanging fruit that I can help out on tomorrow while I have free time? | 07:49:58 | |
| We already package amazon-ec2-utils udev rules afaik | 09:29:01 | |
| amazon-ec2-utils is packaged, amazon-ec2-net-utils isn't | 20:15:45 | |
| * amazon-ec2-utils is packaged, amazon-ec2-net-utils isn't | 20:18:24 | |
| 21 Oct 2024 | ||
| 04:00:51 | ||
| Arian: Could you help me out with https://github.com/NixOS/nixpkgs/issues/307519 ? | 04:11:09 | |
| There are no 23.05 AMIs | 07:11:37 | |
| Oh i remember what happened here. | 07:12:01 | |
| I think eu-west-2 was accidentally nuked by the infra team | 07:12:23 | |
| * I think eu-west-1 was accidentally nuked by the infra team | 07:14:25 | |
| But that ticket is super out of date. Since 24.05 everything should be available | 07:18:24 | |
| https://github.com/NixOS/nixpkgs/issues/307519#issuecomment-2425821078 | 07:18:37 | |
| How about we make networkd the new default networking backend for 24.11 as a first step to this? | 11:30:04 | |
| I can send a PR for that | 11:30:16 | |
In reply to @arianvp:matrix.orgI see. Note that the same is also the case for eu-central-1 now (when I think it wasn't before), just to make sure you know | 15:39:12 | |
| As I said. That list is deprecated. Use https://nixos.github.io/amis instead | 16:26:20 | |
| We can't use AWS for archival. They don't allow you to make public images available forever. They disappear after max period of a year | 16:26:45 | |
| So use the docs linked to query the latest AMI. Anything else is unsupported | 16:27:01 | |
| I also have no control over that old AWS account. I only have access to the new one. | 16:27:33 | |
| * We can't use AWS for archival. They don't allow you to make public images available forever. They disappear after max period of a year | 16:27:41 | |
| I only took over maintainace for 24.05 onwards. There aren't really any guarantees I can give over the old stuff. | 16:28:17 | |
| Wouldn't be surprised all those images disappear at some point | 16:30:13 | |
| Is there a particular reason why you need a 23.05 image instead of a supported image? | 16:33:08 | |
| Arian: I see. Yes, my reason is that I need to migrate some older 23.05 NixOps deployments to newer NixOS. I understand this isn't your or any NixOS contributor's fault, especially if AWS deletes public AMIs (no idea why they would do that, what is the point?). But it also means that the way NixOps is written is completely unsuitable, and I'm not sure a lot of NixOps authors, contributors, or users are aware of this. | 23:18:38 | |
| 22 Oct 2024 | ||
| Completely independent question: When I try to use NixOps to launch any newer AMI (it uses RunInstances), AWS errors with HTTP 400:
I was puzzled by this, because I reproduced it AMIs for which this works/fails:
Does anybody know what in the AMI could cause this? | 00:03:44 | |
| I thought NixOps is unmaintained. I think they even removed the AWS plugin recently | 00:16:31 | |
| Metadata options is part of the AMI. Sec | 00:16:47 | |
| I wonder if it's related to this line: ImdsSupport="v2.0", | 00:17:47 | |