My understanding is it looks like Pulumi terminate...
# aws
m
My understanding is it looks like Pulumi terminated the instance when I made an SSH key change. I tried setting
deleteOnTerminate
to
false
but that didn't seem to do anything
b
some properties are immutable, meaning they replace the resource, the ssh key property is one of them
m
is there any way to get around this?
Or to know which properties are the immutable ones?
@billowy-army-68599
there’s no way around it, you can’t add those properties without replacing it on the AWS API
m
got it. thanks good to know
Is there a way to set up an EBS volume as root volume so you can have the data persist?
@billowy-army-68599