this is AWS telling you that there's already an EC2 instance with this IP address in use, this isn't a Pulumi error
k
kind-carpenter-52856
01/04/2022, 5:33 PM
Hi @billowy-army-68599 thx for reply, any advice how to solve it, i try to change instance type, and issue command “pulumi up” and getting this error, or should i always destroy infrastructure before update it?
l
little-cartoon-10569
01/04/2022, 8:04 PM
If you're setting a fixed IP address yourself, then you'll need to set the deleteBeforeReplace opt to true. If you're not, then you'll need to find out why there's a clash; normally, this wouldn't happen.