【发布时间】:2022-11-20 12:03:17
【问题描述】:
I am trying to build a data pipeline for a data engineering project With the help of S3, Glue, Athena, etc., I am stuck when setting up glue crawler for indexing over data. Even I set up the role according to the need, but still it's giving me the following error.
{"service":"AWSGlue","statusCode":400,"errorCode":"AccessDeniedException","requestId":"7bd42729-
bc4b-4e22-af2a-553860002c64","errorMessage":"Account 834025784276 is denied
access.","type":"AwsServiceError"}
【问题讨论】:
-
Are you trying to crawl data from another account? If yes have you given proper permissions for cross account access?
-
No, am trying to connect the Glue with my own account
-
@ZaheerUDDinBaber did you manage to solve it? Having the same issue even with Administrator Access.
-
@ZaheerUDDinBaber We would also be interested in any solution you might have found. It seems there is something in our infrastructure and/or Glue code which creates this issue. After creating a whole new org account (with sub-accounts) and rolling out our infrastructure there, Glue has being blocked once again (for all sub-accounts of our new org, even though we only rolled out in one sub-account).
-
@mikey I was able to work around it by using another account in my Organization. I'm using Terraform and nothing changed in my script, expect that I'm assuming a role when running the thing. Not sure if it helps you.
标签: amazon-web-services cloud aws-glue amazon-data-pipeline