DAS-C01 · Question #133
A data analyst is designing an Amazon QuickSight dashboard using centralized sales data that resides in Amazon Redshift. The dashboard must be restricted so that a salesperson in Sydney, Australia…
The correct answer is C. Deploy QuickSight Enterprise edition to implement row-level security (RLS) to the sales table. The requirement is to restrict rows of data visible to specific users based on their geographic location - this is a Row-Level Security (RLS) problem. Amazon QuickSight Enterprise edition supports RLS, which lets you attach a permissions dataset to a QuickSight dataset. This…
Question
A data analyst is designing an Amazon QuickSight dashboard using centralized sales data that resides in Amazon Redshift. The dashboard must be restricted so that a salesperson in Sydney, Australia, can see only the Australia view and that a salesperson in New York can see only United States (US) data. What should the data analyst do to ensure the appropriate data security is in place?
Options
- APlace the data sources for Australia and the US into separate SPICE capacity pools.
- BSet up an Amazon Redshift VPC security group for Australia and the US.
- CDeploy QuickSight Enterprise edition to implement row-level security (RLS) to the sales table.
- DDeploy QuickSight Enterprise edition and set up different VPC security groups for Australia and
How the community answered
(22 responses)- A14% (3)
- B5% (1)
- C73% (16)
- D9% (2)
Explanation
The requirement is to restrict rows of data visible to specific users based on their geographic location - this is a Row-Level Security (RLS) problem. Amazon QuickSight Enterprise edition supports RLS, which lets you attach a permissions dataset to a QuickSight dataset. This dataset maps each user or group to a filter (e.g., Country = 'Australia'), and QuickSight automatically applies the filter at query time. Options A and B involve VPC security groups and SPICE capacity, which control network access and performance but not data-level row filtering. Option D is incorrect because VPC security groups still do not enforce row-level data access control.
Topics
Community Discussion
No community discussion yet for this question.