My subnet has been deleting for ~10 minutes now --...
# general
b
My subnet has been deleting for ~10 minutes now -- is there somewhere to get more visibility into why it's taking so long?
Finally timed out:
Copy code
aws:ec2:Subnet (vpc-ue1-prod-edge-public-1):
    error: deleting urn:pulumi:prod::aws::awsx:x:ec2:Vpc$awsx:x:ec2:Subnet$aws:ec2/subnet:Subnet::vpc-ue1-prod-edge-public-1: Error deleting subnet: timeout while waiting for state to become 'destroyed' (last state: 'pending', timeout: 20m0s)
I've tried deleting the stack several times now, and this error occurs each time. What are my options?
k
I've had this before where there are leftover resources
Logging in to the console and then attempting to delete it will tell you which resources are preventing the removal
Would be great if there was the option to enumerate any resources in before delete, not sure what the API supports though