- Newest
- Most votes
- Most comments
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
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.
Relevant content
- asked 2 years ago
- asked a year ago
- asked a year ago
- AWS OFFICIALUpdated 3 years ago