https://pulumi.com logo
Title
m

mysterious-family-43099

04/27/2023, 5:15 PM
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

billowy-army-68599

04/27/2023, 5:17 PM
some properties are immutable, meaning they replace the resource, the ssh key property is one of them
m

mysterious-family-43099

04/27/2023, 7:40 PM
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

mysterious-family-43099

04/27/2023, 7:43 PM
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