
Answer-first summary for fast verification
Answer: Use Redshift's data sharing features to create a new data share, add relevant schemas or tables, and grant access to specific AWS accounts.
Using Redshift's data sharing features allows for controlled and compliant data sharing. This method ensures that only authorized accounts can access the data, enhancing security and compliance. Considerations include ensuring that shared data does not contain sensitive information, which can be addressed through data classification and access controls.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are tasked with granting permissions for data sharing in Amazon Redshift. Describe the process of creating a data share, adding schemas or tables to it, and granting access to specific AWS accounts. What considerations must be made to ensure that the data shared is compliant with data privacy regulations, and how would you address them?
A
Create a new IAM role with broad permissions and attach it to the Redshift cluster.
B
Use Redshift's data sharing features to create a new data share, add relevant schemas or tables, and grant access to specific AWS accounts.
C
Modify the Redshift cluster's security group to allow access from any IP.
D
Enable cross-region replication for the Redshift cluster to facilitate data sharing.
No comments yet.