Closed subtype1 closed 9 months ago
As a general rule we do not provide IAM policies as we don't know the level of security required for your use case nor the specific resources involved. What is the specific Access Denied exception that is raised?
The exact exception I get is
"Access to the specified s3 resource is denied, please check your iam/s3 bucket policies and any relevant kms permission".
Problem is - the lambda execution role has all the necessary permissions and the error message is so very general and hence difficult to debug on where exactly the issue is
Also - just a general layout of the permissions will do or any pointers on how to debug this further will help as well
@subtype1 Check LakeFormation permissions if it is enabled. It's common to miss lakefromation:GetDataAccess
.
My lambda function execution role has all the necessary permissions to s3, glue and athena.
However, to_iceberg call is failing with access denied issues for s3 bucket.
what are the necessary permissions to get to_iceberg call working