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.
asked 2 months ago17 views
1 Answers
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
answered 2 months ago
Relevant questions
Public ip address connectivity in AWS
asked 4 months agoHow to find out the original creator of an AWS account
asked 3 months agoELB A record returns an timing out ip address
asked 2 years agoLogging which account used which email address
Accepted Answerasked a month agoHow to register IP address for ECS task at startup so that other resources can find it
Accepted Answerasked 2 years agotransfer Elastic IP addresses from one AWS account to another?
asked 22 days agoHow to find the IP address I blocked on LightSail (Bitnami)?
Accepted Answerasked 10 months agoAWS hosted site is down. Trying to recover data. Cannot find the account.
asked 6 months agoHow to find account behind ip address 15.197.142.173
asked 2 months agoAWS Site-to-Site VPN authentication failing for Customer Gateway behind NAT device
asked 10 days ago