Is it possible to enforce pulumi to stop ec2 insta...
# general
b
Is it possible to enforce pulumi to stop ec2 instance before detaching the volume on
userdata
change(and instance recreation)? https://github.com/avolkov-dev/pulumi-mount-issue/blob/master/index.ts#L16 Because now (without
forceDetach
) we are getting Error waiting for Volume (vol-xxx) to detach from Instance: i-xxx error) I believe this is because we trying to detach volume on running instance and getting timeouted