nixops-aws
nixops-aws copied to clipboard
According to the [documentation](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_AuthorizeSecurityGroupIngress.html), the parameter `SourceSecurityGroupOwnerId` (CTRL+F for it) is not required. However, it appears that if you pass a `sourceGroup.groupName` to a security group (snippet below), that nixops...
Currently it seems not possible to mount `/nix/store` to a separate ebs volume. I would expect that given the following configuration the store should be located on `/dev/xvdj`. Instead it...
I created a bunch of machines (nixops 1.4, but I think 1.3 had the same thing). There is /root/user-data file with content: ``` SSH_HOST_ED25519_KEY_PUB:ssh-ed25519 AAAAC3NzaC1lZDaaaaaaaaaaaaaaaaaaaaaaaS+cdkk NixOps auto-generated key SSH_HOST_ED25519_KEY:-----BEGIN OPENSSH...
I'm getting this error when trying to destroy a spot instance request: ``` hydra-builder-40......> cancelling spot instance request ‘sir-ex1g53fg’... error: EC2ResponseError: 400 Bad Request InvalidSpotInstanceRequestID.NotFoundThe spot instance request ID 'sir-ex1g53fg'...
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-requests.html#fixed-duration-spot-instances ``` You can specify a duration of 1, 2, 3, 4, 5, or 6 hours. The price that you pay depends on the specified duration. To view the current...
Currently, the LUKS passphrase for EBS volumes encryption is generated during the ec2 instance creation and deleted if we loose the machine or destroy it. It might be more appropriate...
Also, make sure to allow changing sec. groups for instances that were started without explicit VPC, but deployed in default VPC.
``` $ nixops deploy -d csl-testnet-0.2 --kill-obsolete resource ‘nodeip13’ is obsolete error: EC2ResponseError: 400 Bad Request InvalidParameterValueInvalid value 'None' for PublicIp. Not a valid IPv4 address.f060863e-68b1-4be3-ba5c-9054cf22bb8c ```
After ec2 infrastructure is created, I want just to deploy stuff. Unfortunately nixops bails out if not provided with aws credentials. By the way, Hetzner backend supports this workflow. Nixops...
Currently setting a rule with just `sourceIp = "0.0.0.0/0";` fails into `'NoneType' object has no attribute 'get'`. Nix needs to require that either `fromPort`/`toPort` or `typeNumber`/`codeNumber` need to be set.