This message was deleted.
# general
s
This message was deleted.
s
Each resource has a
Delete
function and Pulumi keeps track of the dependencies between resources.
pulumi destroy
should bring down every resource that was created with
pulumi up
.
👍 1
g
delete state from 20 min.. nothing happening..
l
@gentle-market-22852 is there any dependency between the SecurityGroup and the Subnets?
You still have an ENI (elastic network interface) attached to the security group and the subnets you wanted to delete. As long as resources are in use, you can’t delete these. Did you completely delete the EKS cluster first which created those ENIs?
👏 1
g
Thank You, deleted the EC2 instance and forgot about EKS clusters as they were not visible in dashboard. Thank you now everything works fine. Actually I messed up with pulumi during its destory with ctrl+c and then added to it I manually terminated ec2 instance of eks