AWS IAM user policy

0

I am trying to create IAM user with the access of Neptune graph database and user should be able to create graph Jupyter notebook. I have provided Neptune full access .But IAM user still facing issue in creating graph notebook what else policy do I need to add. This is ss of error

3개 답변
5
수락된 답변

You need to dive deep into the error details, but it looks like it's not related to permissions. The error message says that it failed to create the notebook not that it's due to insufficient permissions. My recommendation is you to check cloudtrail and cloudwatch to dive deep into the problem. Also the error message is asking for internet access, make sure your VPC/Subnet has the correct routes, IGW and NAT Gateway if needed.

Hope this helps.

profile pictureAWS
답변함 2달 전
profile picture
전문가
검토됨 2달 전
  • Thankyou for you response .I have checked VPC/Subnet and added NAT gateway still error persist.

3

Since you've mentioned that you've given Neptune full access, here are a few additional AWS IAM policies you may need to ensure the IAM user has to function correctly:

  • AmazonS3FullAccess: Neptune notebooks require access to S3 to store data.
  • AmazonEC2FullAccess: This might be necessary since Neptune Notebooks create EC2 instances for the Jupyter environment.
  • AWSGlueConsoleFullAccess: If the notebook involves any AWS Glue operations.

Additionally, you should ensure that the IAM user has access to create VPC endpoints if your Neptune cluster is placed within a VPC.

profile picture
전문가
답변함 2달 전
  • Thankyou for your response If I want to work with Neptune workbench still do I need EC2 access?

2
profile picture
전문가
답변함 2달 전
profile picture
전문가
검토됨 한 달 전
  • Thankyou for sharing link I will check this.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠