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':

Hijak3k
preguntada hace 6 meses892 visualizaciones
1 Respuesta
-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
EXPERTO
respondido hace 6 meses
  • I am not a network wizard. I have no idea how to check this or fix it.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas