This message was deleted.
# aws
s
This message was deleted.
b
you should just be able to modify the code. When you run
pulumi up
it'll show you the changes
b
yes, that works, if i want to change
instance_type
but how do i change IOPS on a ebs_block_devices
b
b
Thanks that helped me some. I noticed that when changing
ebs_block_devices
pulumi wants to destroy that disk and create a new one 🙂 but i dont want to do that.
b
If Pulumi wants to destroy when you modify the instance that’s likely because the upstream api doesn’t support attaching the volume without recreating