Hello, I need some help. Here is the situation: We use Pulumi to provision some EC2 instances, and then start a Docker swarm cluster on them. Run something, and destroy the stack.
It works flawlessly most of the time. However, from time to time, we notice these instances are terminated before we call the destroy explicitly.
It looks to me that Pulumi destroys the stack automatically for some reason. We cannot find any clues because the stack is gone from Pulumi web console. Does anybody have a similar issue, or know about the reason for these incidents?