无法在 amazon ubuntu ec2 实例上获取 apt repo 更新

无法在 amazon ubuntu ec2 实例上获取 apt repo 更新

我在 EC2 中有一个 ubuntu 实例,我试图在其上运行 sudo apt-get update 命令,但出现以下错误:-

Err http://ppa.launchpad.net trusty InRelease

Err http://ppa.launchpad.net trusty Release.gpg
  Unable to connect to ppa.launchpad.net:http:
0% [Connecting to us-west-2.ec2.archive.ubuntu.com (ip)] [Connecting packet_write_wait: Connection to ip-address port 22:

管道破裂

另外,我也无法 ping 通谷歌,我已经验证了我的安全组允许出站流量到公共

All traffic
All
All
0.0.0.0/0

我有另一台具有相同设置(即相同的 VPC、相同的子网和安全组)的服务器,并且它在该服务器上运行良好。

相关内容