我创build了一个弹性IP并将其关联到我的服务器。 IP是:54.201.18.251
如果我尝试ping这个IP,我会得到:
PING 54.201.18.251 (54.201.18.251): 56 data bytes Request timeout for icmp_seq 0 Request timeout for icmp_seq 1 Request timeout for icmp_seq 2 Request timeout for icmp_seq 3
等等
我在本教程中发现: http : //alestic.com/2009/06/ec2-elastic-ip-internal ,我应该这样做:
Once the Elastic IP has been assigned to an instance, you can describe that instance to find the external DNS name (which will include the external Elastic IP address in it): $ ec2-describe-instances i-07612d6e | egrep ^INSTANCE | cut -f4 ec2-75-101-137-243.compute-1.amazonaws.com
这完全是我的头,我不知道这是什么意思,或者我是如何通过AWSpipe理控制台完成的。
此外,在godaddy中,我通过关联A(主机):@来指向ip:这是正确的行为吗?
通过遵循此主题中的说明修复此问题:
https://stackoverflow.com/questions/1465076/how-to-access-ping-a-server-located-on-aws

如果您获取请求超时并不意味着您的实例不可用,因为有时icmp回声通信被阻止。
尝试通过ssh访问实例,但是请确保与该实例关联的安全组允许。
本教程不会帮助你。 你已经走上了正轨。
我怀疑问题是你的安全组不允许ICMP到你的服务器。 安全组是定义了可以到达服务器的stream量。 您可以定义端口,ICMP和IP地址范围。