AWS Glue Crawler

0

I can't create a crawler, I'm a student using my personal email could anyone let me know how to solve the issue.

asked 10 months ago238 views
2 Answers
0

Hello.

Is it possible for you to share the detailed error message?

Is it not possible to create it due to Access Denied?
In that case you need to make sure that the IAM user you are using has an IAM policy configured to create the Glue Crawler.
Please try creating a Glue Crawler by setting the "AdministratorAccess" policy for the IAM user.
https://docs.aws.amazon.com/aws-managed-policy/latest/reference/AdministratorAccess.html

If your AWS account is managed by Organizations, please check whether Glue operations are not denied by SCP.
If you are not denied by SCP etc. and cannot operate as root user, there may be a problem with your AWS account, so I recommend that you open a case with AWS Support under "Account and billing".
Inquiries under "Account and billing" can be made free of charge.
https://docs.aws.amazon.com/awssupport/latest/user/case-management.html

profile picture
EXPERT
answered 10 months ago
0

Hello there,

Making use of a personal email address should not affect your ability to create an AWS Glue Crawler. Here's a few steps you can take to overcome the issue with creating an AWS Glue Crawler.

Step 1: Verify your AWS Account Permissions

  • Check if you have the necessary permissions to create and manage AWS Glue resources.
  • Ensure that you have an IAM policy attached to your user or role that allows the glue:CreateCrawler action.

Step 2: Set up the Required Data Source Connections

  • Configure the connections to the data sources you want the crawler to access.
  • Provide the necessary credentials or permissions for the crawler to access these data sources.

Step 3: Review the AWS Glue Crawler Documentation

  • Refer to the AWS Glue Crawler documentation for detailed instructions and troubleshooting steps. The documentation can help you understand and resolve any specific issues you may encounter.

Step 4: Seek Assistance from AWS Support (if needed)

  • If you're still facing issues after following the documentation, you can reach out to the AWS Support team.
  • Provide them with details about your use case and the specific issue you're facing.
  • AWS Support can provide personalized guidance and help you resolve the problem.
profile pictureAWS
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions