QuestionQ171

Data Security and Governance

A company operates an Amazon Redshift data warehouse that users access through a variety of IAM roles. More than 100 users access the data warehouse each day.

The company needs to control access to objects according to each user's job role, permissions, and the sensitivity of the data.

Which solution meets these requirements?

  • A Use the role-based access control (RBAC) feature of Amazon Redshift.
  • B Use the row-level security (RLS) feature of Amazon Redshift.
  • C Use the column-level security (CLS) feature of Amazon Redshift.
  • D Use dynamic data masking policies in Amazon Redshift.
Explanation

Amazon Redshift role-based access control (RBAC) lets administrators assign database permissions to roles and authorize users with those roles. This centrally manages access to database objects for large user populations and enforces least-privilege access based on job responsibilities and sensitive-data access requirements.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!