โ11-04-2024 03:08 AM
Hi,
I want to attach instance profile to compute and publish message on SNS without using credentials.
Is that possible? has anyone used it. Will Boto3 support it?
โ11-04-2024 05:47 AM
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.
Please refer to: https://docs.databricks.com/en/admin/workspace-settings/manage-instance-profiles.html
โ11-04-2024 05:47 AM
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.
Please refer to: https://docs.databricks.com/en/admin/workspace-settings/manage-instance-profiles.html
โ11-04-2024 08:01 AM
Yes, I have tried it, it is working.
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.
Request a New Group