Error to user AWS Glue and Glue crawler "Unable to add classifier"

0

I found the problem about AWS Glue

Unable to add classifier {"message":"Account 992382483812 is denied access.","code":"AccessDeniedException","time":"2024-04-01T11:43:19.475Z","requestId":"f9d818ea-6fc2-4a57-8b11-fe40b73d2b7b","statusCode":400,"retryable":false}

I need to use service for lab test AWS Glue and Glue crawler by root user and IAM user

Please kindly help me .

Best Regards

질문됨 2달 전138회 조회
1개 답변
0

If you are using an IAM user, you need to attach the appropriate IAM policy or policies to grant the necessary permissions.

  • Open the AWS Management Console and navigate to the IAM service.
  • Go to the "Users" section and find the IAM user you are using.
  • Click on the user and navigate to the "Permissions" tab.
  • Click on "Add permissions" and then select "Attach existing policies directly".
  • Search for the policy AWSGlueServiceRole and select it.
  • Click on "Next: Review" and then "Add permissions".

If your account is part of an AWS Organization, the root account actions could potentially be restricted by a Service Control Policy (SCP) set by the Organizations administrator. Additionally, please verify that your IAM permissions allow creating a Glue crawler, and check if any AWS Organizations service control policies (SCPs) may be restricting this action (if applicable).

In general, it is best practice not to use the root account for day-to-day tasks. Instead, I would recommend using IAM users, IAM roles, or AWS SSO users which allow you to implement least privilege access.

AWS
답변함 2달 전
profile picture
전문가
검토됨 한 달 전

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

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

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

관련 콘텐츠