Cannot access metadata and user data from EC2 instance

0

Hello, I am doing an AWS Certified Solutions Architect - Associate (SAA-C03) course in Cloud Guru. Unfortunately they just removed the forum. I was wondering about the following.

In the EC2 instance provisioned by them, when I connect to it using AWS console (EC2 Instance Connect), and execute e.g. curl http://169.254.169.254/latest/meta-data/public-ipv4, then the ip is printed in the terminal.

When I launch my own instance, with same OS, similar type (the type provisioned by them is no accessible in the list), with public IP, with same subnet and security group, then the same command gives me an empty string.

It is the same for meta data and user data. What could possibly be the reason of this?

Monika
feita há um mês138 visualizações
1 Resposta
1
Resposta aceita

Your EC2 instance is probably configured to use IMDS v2 only. This is the default starting Nov 2023

For more info, you can refer to this blog Get the full benefits of IMDSv2 and disable IMDSv1 across your AWS infrastructure

AWS
ESPECIALISTA
Mike_L
respondido há um mês
profile picture
ESPECIALISTA
Steve_M
avaliado há um mês
  • yes seems to have been the reason, thanks!

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas