NixOS AWS | 64 Members | |
| 14 Servers |
| Sender | Message | Time |
|---|---|---|
| 4 May 2025 | ||
| * | 09:06:13 | |
| Arian: oof! That sounds pretty nasty, though the fix is looking quite simple. How far out is the fix? It sounds like you've done a lot of the work for it already... | 11:43:47 | |
| 5 May 2025 | ||
| Hey all, I have a message from the foundation I think makes sense to forward here: Hey everyone, happy almost‑Monday for some, and full‑on Monday for most! 😉 We’re kicking off our AWS cache sponsorship renewal (shoutout to the AWS Open Source teams for sponsoring us for two consecutive years now) and could use your help. If you work at AWS, or know someone who does, please drop me a note! Each year we put together a summary of how Nix adds value on AWS, and real‑world examples make our case much stronger. If you’ve used Nix for anything on EC2, Lambda, EKS, CodeBuild, caching Docker layers, reducing build times, improving deploy consistency, or anything else in the AWS ecosystem, I’d love to hear about it. Even a quick bullet point or link to a project helps! Thanks in advance for any pointers or introductions you can share. 🙏 | 07:48:56 | |
| So e.g. @commiterate:matrix.orgor @adam:robins.wtfif you are in a position where you could share a blurb about how you're using AWS + Nix at your company that'd be really awesome. No obligation of course. | 07:51:21 | |
| 6 May 2025 | ||
| We use Nix + system-manager to bake reproducible Amazon Linux 2023 AMIs. There's a shell script snippet in this GitHub issue: https://github.com/aws/ec2-image-builder-roadmap/issues/110
CloudFormation templates are generated with the AWS CDK. The infrastructure code essentially:
Once the CloudFormation image import situation is improved, we'll move the non-bootstrap stuff to use NixOS disk images created with the systemd-repart helpers. | 18:10:47 | |
| * We use Nix + system-manager to bake reproducible Amazon Linux 2023 AMIs. There's a shell script snippet in this GitHub issue: https://github.com/aws/ec2-image-builder-roadmap/issues/110
CloudFormation templates are generated with the AWS CDK. The infrastructure code essentially:
Once the CloudFormation image import situation is improved, we'll move the non-bootstrap stuff to use NixOS disk images created with the systemd-repart helpers. | 18:11:04 | |
| * We use Nix + system-manager to bake reproducible Amazon Linux 2023 AMIs. There's a shell script snippet in this GitHub issue: https://github.com/aws/ec2-image-builder-roadmap/issues/110
CloudFormation templates are generated with the AWS CDK. The infrastructure code essentially:
Once the CloudFormation image import situation is improved, we'll move the non-bootstrap stuff to use NixOS disk images created with the systemd-repart helpers. | 18:12:11 | |
| * We use Nix + system-manager to bake reproducible Amazon Linux 2023 AMIs. There's a shell script snippet in this GitHub issue: https://github.com/aws/ec2-image-builder-roadmap/issues/110
CloudFormation templates are generated with the AWS CDK. The infrastructure code essentially:
Once the CloudFormation image import situation is improved, we'll move the non-bootstrap stuff to use NixOS disk images created with the systemd-repart helpers. This ends up being fully reproducible because Amazon Linux 2023 locks the Amazon Linux package repository version (these are globally versioned now), so any Nix dependencies like | 18:13:00 | |