How to find account behind ip address 15.197.142.173

0

A site that was thought to be on another provider is being hosted by Amazon at ip address 15.197.142.173. How can I find out which account owns that ip address? I've looked through our AWS accounts and it's not in any of them.

APT
已提問 2 年前檢視次數 1462 次
1 個回答
0

There's a bunch of places you could have a public IPs defined. Have you checked for example EC2 instances, elastic IPs, load balancers, CloudFront, maybe even Global Accelerator? Also could it possibly be in a different region that you expect? If you have a lot of accounts you could script your checks, for example using the CLI to check EC2 instances with server-side filtering: aws ec2 describe-instances --filters Name=ip-address,Values=15.197.142.173

專家
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南