- Newest
- Most votes
- Most comments
Going through the output of aws ec2 describe-network-interfaces --network-interface-ids eni-1234567890abcdefg
should provide details of everything the interface is associated with, and if there is something lurking inside your config that you haven;t noticed yet then this should bring it to prominence.
It's slightly curious that you have a security group called efs-sg-1 but don't have any EFS filesystems. Is this SG associated with anything else, or just the interface in question here?
Based on multiple mentions in the description, I believe that is an interface in your VPC for an Elastic File System (EFS) endpoint and was not an EC2 instance interface. Please check the "Status" column and you will likely find it listed as "In Use".
If this answer solved your issue, please be sure to mark the answer as accepted. Thanks!
The VPC status shows as "available", and I have no File Systems or Access Points in Amazon EFS.
I owe an apology. Rechecking today, I did find a loose FS that needed deleting today. Not sure why the console didn't show it yesterday. Likely my fault. Thank you. I wish there were a way to accept multiple answers, but I gave it to the person who basically told me to go back and check again.
No worries! Glad you got to the bottom of it.
Relevant content
- asked 2 years ago
- asked 2 years ago
- asked 3 years ago
- Accepted Answerasked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
Ok. I swear I was sober when I checked yesterday and there were no filesystems in EFS. But today I recheck and find one. Perhaps I didn't refresh something or wait long enough for an event. Whatever the case, deleting that resolved the issue.