nixops-aws icon indicating copy to clipboard operation
nixops-aws copied to clipboard

AWS: cannot change key pair of an existing instance

Open coretemp opened this issue 6 years ago • 2 comments

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.

coretemp avatar Jul 24 '18 09:07 coretemp

Changing the key-pair name should destroy all instances to which the key-pair is attached and deploy again?

benhamad avatar Aug 19 '18 12:08 benhamad

That's what I would expect.

coretemp avatar Aug 28 '18 08:08 coretemp