简体   繁体   English

无法 ping AWS EC2 实例

[英]Unable ping AWS EC2 instance

I have an EC2 instance running in AWS.我有一个在 AWS 中运行的 EC2 实例。 However when I tried to ping from my local computer, but the request always times out但是,当我尝试从本地计算机 ping 时,请求总是超时

Greatly appreciate any help非常感谢任何帮助

following is the instance description以下是实例说明

Instance ID
i-0a94ae92b852256a9
Public DNS (IPv4)
ec2-3-15-2-190.us-east-2.compute.amazonaws.com
Instance state
running
IPv4 Public IP
3.15.2.190
Instance type
t2.xlarge
IPv6 IPs
-
Finding
Opt-in to AWS Compute Optimizer for recommendations. Learn more
Elastic IPs
Private DNS
ip-172-31-5-133.us-east-2.compute.internal
Availability zone
us-east-2a
Private IPs
172.31.5.133
Security groups
launch-wizard-1. view inbound rules. view outbound rules
Secondary private IPs
Scheduled events
No scheduled events
VPC ID
vpc-90caf4f8
AMI ID
Cannot load details for ami-0ca3e3965ada31684. You may not be permitted to view it.
Subnet ID
subnet-1a80a672
Platform details
-
Network interfaces
eth0
Usage operation
-
IAM role
-
Source/dest. check
True
Key pair name
Migite
T2/T3 Unlimited
Disabled
Owner
387291111076
EBS-optimized
False
Launch time
May 4, 2020 at 4:30:51 PM UTC+8 (18 hours)
Root device type
ebs
Termination protection
False
Root device
/dev/sda1
Lifecycle
normal
Block devices
/dev/sda1
Monitoring
basic
Elastic Graphics ID
-
Alarm status
None
Elastic Inference accelerator ID
-
Kernel ID
-
Capacity Reservation
-
RAM disk ID
-
Capacity Reservation Settings
Open
Outpost Arn
-
Placement group
-
Partition number
-
Virtualization
hvm
Reservation
r-01180bee9620140ae
AMI launch index
0
Tenancy
default
Host ID
-
Host resource group name
-
Affinity
-
State transition reason
-
State transition reason message
-
Stop - Hibernation behavior
Disabled
Number of vCPUs

By default AWS Elastic Compute Cloud (EC2) ports are protected by Application Layer firewall called Security Group (you specified this setting prior launching the Instance).默认情况下,AWS 弹性计算云 (EC2) 端口受称为安全组的应用层防火墙保护(您在启动实例之前指定了此设置)。

In the Security Group by default there are no default ingress ports open like icmp ports that respond to ping.默认情况下,在安全组中,没有像响应 ping 的 icmp 端口那样打开默认入口端口。 Having said that you would like to check your EC2 Instance security group and look for InBound Rule "ICMP" port make sure that it's accepting traffic from your public IP address that initiate the ping.话虽如此,您想检查您的 EC2 实例安全组并查找入站规则“ICMP”端口,确保它接受来自您的公共 IP 地址的流量,该地址启动 ping。

Reference: 参考:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM