Google 域被转发到 AWS 上的 IP 地址(显然),但我在实例下找不到它?
开发商是 MIA &我正在尝试找出域名的托管位置.. 他说所有域都托管在AWS,但我找不到实例下的IP(公共IP)。 因此怀疑他是否说错了。
我有 google 域被转发到的 IP 地址。 当我执行 who.is 时,它显示以下信息:
亚马逊技术公司 AT-88-Z (NET-3-0-0-0-1) 3.0.0.0 - 3.xxx.xxx.xxx
亚马逊数据服务 NoVa AMAZON-IAD (NET-3-80-0-0-1) 3.80.0.0 - 3.95.255.255
Developer is MIA & I'm trying to figure out where the domain is hosted..
He said all domains are hosted is AWS, but I can't find the IP under instances (Public IP).
Hence wondering if he mis-stated.
I have the IP address where the google domain is being forwarded to.
When I do a who.is, it shows the below information:
Amazon Technologies Inc. AT-88-Z (NET-3-0-0-0-1) 3.0.0.0 - 3.xxx.xxx.xxx
Amazon Data Services NoVa AMAZON-IAD (NET-3-80-0-0-1) 3.80.0.0 - 3.95.255.255
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简短的回答:你找不到它!
长答案:
此 IP 地址可以是 AWS 提供的 100 多种服务中的任何一个。它可能是一个 EC2 实例。你检查过所有地区吗?截至 2022 年初,AWS 拥有超过 25 个区域。
这可能是 EKS 或 ECS 下的 Fargate 实例。这可以是连接到各种 AWS 服务的任何 eni。确实像大海捞针一样困难。
Short Answer: You can't find it!
Long Answer:
This IP address could any of 100+ services AWS provides. It could be an EC2 instance. Did you checked all the regions? AWS has 25+ regions as of early 2022.
This could be Fargate instance under EKS or ECS. This could be any eni connected to various AWS services. It is really difficult to find like needle in a haystack.