hey all, quick question regarding pulumi update/replace/delete events. When Pulumi will take one of these actions, does it wait for the replacement to actually be ready? For example, if I have an EC2 instance that needs to be replaced, will Pulumi just create the new instance and if all API calls succeed correctly destroy the old one, or will it wait for the new EC2 instance to actually be ready, i.e. monitoring checks etc all pass?