1 Answer
- Newest
- Most votes
- Most comments
0
In the EC2 console, under "Elastic IPs" you can check if the EIP has an "Association ID". If not then it isn't in use and should be deleted - you get charged for unused EIPS so BTW that would appear on your bill. If it does have an Association ID you can also see the associated instance ID or NAT Gateway etc.
Relevant content
- asked a year ago
- asked 7 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 4 days ago
- AWS OFFICIALUpdated 4 days ago

Thank you. Just before your answer I discovered the IP is a NAT Gateway, not a network device associated with an instance. So now I need to figure out if I can find out which of our instances is initiating the malicious call. I can find the internal NAT IP and the IP it's trying to hit in a CloudWatch log, but I'm not sure if the entry directly above it is the instance that initiated it? I need to research more how the logs work.
Thank you for the answer.