Available RDS NetworkInterface is exist although I deleted RDS instance

0

Hello, I got a problem of RDS Network Interface that didn't be deleted automatically after deleting RDS. The Network Interfaces’ request Id is Amazon-rds.
I tested that if I delete RDS, the Network interface, which is attached to the RDS, should be deleted. However, I don’t know what happened, I found network interfaces are as status of “available”, but all my RDS are working with other network interfaces. There is no stopped RDS in my region. Therefore, I assume those network interface isn’t used.

Can I remove those network interfaces without any impact of my running RDS instances? Also, How the ‘available’ network interfaces are existed without attached RDS?

1 Answer
0

Hello Hessu,

Yes! If you see the "status: available" means it's is not used by any of the resource and can be removed.

https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInterfaces.html#API_DescribeNetworkInterfaces_RequestParameters

=> status - The status of the network interface. If the network interface is not attached to an instance, the status is available; if a network interface is attached to an instance the status is in-use.

Regards, CK

profile pictureAWS
answered 2 years ago
  • Hello Chethan,

    Thank you for response. However, I saw a story that someone had a similar situation to mine he said once he removed the network interfaces which is being ‘status: available’, all of his database was worked anymore. So, I am very concern about removing those network interfaces.

    Do you think it wont affect to my RDS in error, additionally, do you know why this happening is occurred?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions