
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.