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

已提問 2 個月前檢視次數 178 次
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
專家
已審閱 2 個月前
  • Thankyou for sharing link I will check this.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南