nixops-aws
nixops-aws copied to clipboard
This adds the engine version attribute (e.g. PostgreSQL 12, etc.) This PR only require I make the attribute optional so that it is backward compatible.
The AMI ids should be added to Nixpkgs https://github.com/NixOS/nixpkgs/issues/52779 They will be in a new location (new file and/or new attrset), so `nixops-aws` has to be updated to look for...
This is a draft PR, please don't review it yet. (Right now it includes unrelated commits) I just wanted to share that I'm working on spot fleets for now in...
Deploying a `vpcRoute` without `gatewayId` set goes through the nix phase, and fails in the python part. I guess it should be checked for null in the nix phase e.g....
Running ``` $ NIX_PATH= nixops deploy -d nixops-example-dummy --build-only ``` I get `error: file 'nixpkgs/nixos/modules/virtualisation/ec2-amis.nix' was not found in the Nix search path (add it using $NIX_PATH or -I)`, even...
Hi there, following https://aws.amazon.com/fr/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare/ -- EC2-Classic accounts will be retired soon, some code in `nixops-aws` relies on EC2-Classic behaviors IIRC (some issues/PRs was EC2-VPC and @AmineChikhaoui you were using EC2-Classic...
I ran the `generate-ec2-properties.sh` script and updated ec2-properties.nix with the new entries, while retaining any entries that would have been deleted. (I've tried to replicate what was done in 75b1e1b0ab8d26289d2e7a688c5035eda7ec4f8f.)...
deploying and m5.large with an encrypted and non encrypted volume then rebooting the system cause the mountpoint to get swapped with the volume attaching point ``` [nix-shell:~/src/nixos-hardening/nix/nixops]$ nixops ssh-for-each -d...
I got these errors while trying to deploy to the milan region: ``` * buildSecurityGroup: invalid EC2 region ‘eu-south-1’ * buildVolume: invalid EC2 region ‘eu-south-1’ ```
The default kernel for AWS images is broken in various ways. We would like to run at least version 4.17 (or newer). Can you add an AMI that isn't broken?