Unable to install services on my instance.

0

What am I doing wrong?

I could have swore I am doing it right.

[ec2-user@localhost ~]$ sudo yum install -y telnet-server

Amazon Linux 2023 repository 0.0 B/s | 0 B 00:00
Errors during downloading metadata for repository 'amazonlinux':

1回答
-1

Hi,

This seems to be a DNS error: your EC2 instance cannot access DNS servers to the resolve the name in questions to IP addresses.

2 possible main causes:

  • security group(s) or network ACLs barring access to DNS service (UDP 53)
  • internet access to reach the DNS servers not possible: so, either a routing table, a NAT (+ Internet) gateway missing in your VPC.

Please, check those elements!

Best,

Didier

profile pictureAWS
エキスパート
回答済み 6ヶ月前
  • I am not a network wizard. I have no idea how to check this or fix it.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ