You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DBG run command command="curl http://169.254.169.254/latest/dynamic/instance-identity/document" provider=ssh
DBG failed to get AWS platform id error="failed to decode EC2 instance identity document: invalid character '<' looking for beginning of value" platform=["linux","unix","os"]
The text was updated successfully, but these errors were encountered:
looks like we now need to fetch from const identityUrl = "TOKEN=curl -X PUT "http://169.254.169.254/latest/api/token\" -H "X-aws-ec2-metadata-token-ttl-seconds: 21600" && curl -H \"X-aws-ec2-metadata-token: $TOKEN\" -v http://169.254.169.254/latest/dynamic/instance-identity/document"
The text was updated successfully, but these errors were encountered: