Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
Hi @PremPrakash, You can use the instance profile attached to your compute resources to publish messages to SNS. This is because the instance profile provides the necessary permissions to interact with AWS services.
Ensure that the instance profile has the appropriate IAM policies attached to allow publishing messages to SNS. The required permissions typically include sns:Publish.
Hi @PremPrakash, You can use the instance profile attached to your compute resources to publish messages to SNS. This is because the instance profile provides the necessary permissions to interact with AWS services.
Ensure that the instance profile has the appropriate IAM policies attached to allow publishing messages to SNS. The required permissions typically include sns:Publish.