EC2 Metadata roleName Request Returned Error #77
Unanswered
rookinthenorth
asked this question in
Q&A
Replies: 1 comment 4 replies
-
A couple of clarifications: Does your Neptune cluster have IAM enabled? If so, does your EC2 instance have the proper role attached with permissions to access the Neptune cluster? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I]. Overview
docker run -p 80:80 -p 443:443 --env HOST={hostname-or-ip-address} graph-explorer
throws an EC2 Metadata roleName request returned error.II]. Description of Docker Logs
III]. To Reproduce
Details of the infra/systems/tools used:
Steps to reproduce the behavior:
2.a. Verify Ec2 can connect to and access Neptune: https://github.com/aws/graph-notebook/tree/main/additional-databases/neptune
2.b. Install docker: https://www.cyberciti.biz/faq/how-to-install-docker-on-amazon-linux-2/
2.c. Install Git: https://www.how2shout.com/linux/how-to-install-git-on-aws-ec2-amazon-linux-2/
2.d. Start Docker: https://stackoverflow.com/a/64310814
3.a. Cloned Graph Explorer onto EC2
3.b. Built the docker image (docker build -t graph-explorer .)
3.c. Ran the following command and I get the above error
-- Do note: instead of using the EC2 instance's Private IP Address in Step 3.c., I have tried with the EC2 instance's Public IP Address and even localhost - it fails regardless.
Would request the team's urgent help on this so that I can work with AWS Graph Explorer itself for the current project.
Beta Was this translation helpful? Give feedback.
All reactions