Table creation using Athena and cross account S3 bucket access

0

I have a bucket 'X' in account 'A', I want to create a copy of the bucket in account 'B' using Athena. I already have a mapping defined in Athena of account 'B' where I can already access another bucket 'Y' of account 'A'. Now, when I'm using the query editor and running a new query ( where I have specified the location of the buckets of account 'A' & 'B') I'm getting errors and the table isn't getting created. Also, is there any other way in which I can do this?

Errors: FAILED: IllegalStateException Unxpected Exception thrown: Unable to fetch table fifadatacompare. Insufficient Lake Formation permission(s) on fifadatacompare (Service: AmazonDataCatalog; Status Code: 400; Error Code: AccessDeniedException

Rajat
asked 5 months ago122 views
1 Answer
0

Hello Rajat

You can consider trying below steps:

  1. Go to Lake formation Databases go to the database and select it.

  2. After selecting the database, look for the Actions dropdown menu and click on Grant on Target.

  3. In the Grant on Target dialog, select the database and grant the Create Table or other necessary permissions.

AWS
answered 11 days 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