Closed sathish0804 closed 2 months ago
I think I may see the issue. It may be that the user you are using to make calls to the guidance is not a member of the project in DataZone. Can you confirm the members of the project you are using in DataZone? If you select the project and then click on the members tab confirm the user you are using to make the register asset call is a member of the project you included in the request. If they are not, add them with the Add Members button.
Let us know if this isn't the case and we can dig deeper.
Thank you for your help Jhon! After reviewing the project members in DataZone, I found that the user making the register asset call was not a member of the project. Once I added them, the issue was resolved. I appreciate your guidance, and everything is now working as expected.
@johnrotach After deploying the repository and attempting to create an asset,
I encountered an AccessDeniedException error while trying to perform the operation StartDataSourceRun. The error message indicates that the user is not permitted to perform this operation.
Steps to Reproduce: Deployed the repository following the provided guidelines. Tried creating an asset. Encountered the error mentioned above. Expected Behavior: Asset creation should proceed without AccessDeniedException issues.
User Permissions
I added these policies to the role.
In your Spoke account create an IAM role to be used when creating assets in DF. You will pass the role’s Amazon Resource Name (ARN) to DF when you create assets. DF will pass this role to Glue and Glue DataBrew as needed. The role name must be prefixed with df-. This enables the role to be passed by DF. The trust policy is as follows:
Add the following policies to the role AWSGlueServiceRole AWSGlueDataBrewServiceRole AmazonS3FullAccess