Open criscofats opened 1 week ago
Think this is a great idea. I would caution that we often hard-code node names for our cloud templates so when you terminate an instance that can lead to issues when you then try to re-create the same ec2 instance. The ansible aws modules error out when you try to change a "terminated" instance into a "running" instance. I have been able to bypass this problem moving regions, though if there's a better solution I'd be happy to hear that as well.