nixops-aws
nixops-aws copied to clipboard
AWS: cannot change key pair of an existing instance
NixOps should destroy the previous infrastructure and build the new infrastructure when
deployment.ec2.keyPair = "your-key-name";
has changed when --allow-recreate
is set.
Changing the key-pair name should destroy all instances to which the key-pair is attached and deploy again?
That's what I would expect.