External Client Data Share to Internal Redshift Serverless

0

Good day,

We are trying to implement data share moving from API OAuth2 to Redshift Serverless Data Sharing.

  1. What are the best practices/advisable/methods of sharing data to external client using Redshift Serverless?
  2. Can it be done, are there limitations, I was thinking of providing credentials to a security group that accesses a DB/schema or views for client specific to access, recommendations please?
  3. Is this possible for an external user/client to access aws redshift serverless from powerbi?
  4. For now, we have only 10 clients that wants access to the raw data and was thinking of managing credentials within a table > other options perhaps?

Please help, any thoughts/links/examples on how to achieve data sharing via Redshift Serverless with PowerBI

Regards

2개 답변
1
수락된 답변
  • Redshift supports data sharing where a Serverless cluster can act as a data producer and share data with other clusters or applications.
  • You can create IAM roles with necessary permissions to allow external applications controlled access to specific databases/schemas in the Serverless cluster.
  • Applications like Power BI can be configured to access the Serverless cluster using IAM credentials associated with the assigned role. This provides a secure way to share data without exposing database credentials.
  • For a small number of clients, you can provision individual IAM roles and manage access credentials within your application. Make sure to rotate credentials periodically for security.
  • Consider using AWS Secrets Manager to securely store and rotate database credentials for external access. Applications can retrieve secrets at runtime using their assigned IAM role.
profile picture
전문가
답변함 2달 전
profile picture
전문가
검토됨 2달 전
0

Good day, Thank You very much

Do you have a best practices link for me to execute, do we expose client data to a view or to a database etc?

IC
답변함 2달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠