i believe this is expected behaviour, if you modify the block device size it triggers a replacement. if you want to resize the device, you’ll need to do it manually
r
red-flower-37420
04/27/2023, 4:20 PM
Hmm - do you know why that is? Since the volume can be resized from the console, I expected to be able to do the same with Pulumi.
Gotcha yeah I was just thinking of the ebs.Volume approach.I think that'll work for us fine for normal instances, but I can't use that when the instance comes with multiple volumes that come over from the AMI.
red-flower-37420
04/27/2023, 4:27 PM
To do it in code, I guess I could use get_volume to retrieve the volume info and then use botocore to increase the volume's size.
But... if that's the case, why can't Pulumi do the same?