AWS Snippets
Find if external IP belongs to you⚑
You can list the network interfaces that match the IP you're searching for
aws ec2 describe-network-interfaces --filters Name=association.public-ip,Values="{{ your_ip_address}}"
Last update: 2022-03-04