Does whatever user/role Pulumi uses have permission? If not, then you'll have to fix that.
r
red-application-13595
07/07/2021, 5:12 PM
I used my account role. Turns out the issue came from a nested dependency to a db subnet which also did not get deleted and without deleting it, none of the ENIs, SGs or Subnets could be deleted.
l
little-cartoon-10569
07/07/2021, 9:52 PM
Ah. Usually that sort of thing reports an error, but if the API accepts the request and the failure doesn't happen until later, then there's nothing Pulumi can do about it..