When deploying an EC2 instance, does `pulumi up` ...
# aws
f
When deploying an EC2 instance, does
pulumi up
command wait for the user_data scripts to complete before returning?
b
not at this time. if you want this functionality, consider a dynamic provisioner https://github.com/pulumi/examples/tree/7244d4fb9a565874b1bca558763e5be5c4491805/aws-py-ec2-provisioners
👍 1
f
Thanks!