Is it on purpose that dagger cannot access the ec2 instance role metadata? If I run a pod with aws-cli straight in kubernetes this works:
curl -X PUT "http://169.254.169.254/latest/api/token" \
> -H "X-aws-ec2-metadata-token-ttl-seconds: 21600"
But if I do the same after running same via:
dagger core container from --address amazon/awscli
And run that same command it hangs. We try to avoid using aws credentials...