Files
ubicloud/model/nic_aws_resource.rb
Furkan Sahin 70971d37ee Fix eip leaking by id tracking
We were leaking EIPs because we used to pull the eip using the nic id
which results in the eip leak since the nic is already deleted at the
time of eip listing via API. Now, we simply store that information in
our database and release using that information without the need of
extra API call.
2025-04-08 13:41:28 +02:00

409 B