DLT with UC Access Denied sqs

185369
Databricks Partner

I am going to use the newly released DLT with UC.

But it keeps getting access denied. As I keep tracking the reasons, it seems that an account. ID other than my account ID or Databricks account ID is being requested.

I cannot use '*' in principal attribute aws in sqs access policy for security reasons.

I want to know how to track another account ID.

Priyag1
Honored Contributor II

initialize the SDK with an account set up with the required SQS permissions. You can do so in the IAM console

Priyag1
Honored Contributor II

Every service on AWS, an SQS queue, and all the other services in your stack using that queue will be configured with minimal permissions, leading to access issues. So, make sure you get your IAM policies set up correctly before deploying to production

View solution in original post

185369
Databricks Partner

Dlt sqs streaming works fine if I don't use the Unity catalog. I don't think it's IAM policies problem

@185369  Did you solve this issue ? Could you please share some details ?