Managing database security - Amazon Redshift
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Managing database security

You manage database security by controlling which users have access to which database objects.

Access to database objects depends on the permissions that you grant to users or groups. The following guidelines summarize how database security works:

  • By default, permissions are granted only to the object owner.

  • Amazon Redshift database users are named users that can connect to a database. A user is granted permissions in two ways: explicitly, by having those permissions assigned directly to the account, or implicitly, by being a member of a group that is granted permissions.

  • Groups are collections of users that can be collectively assigned permissions for streamlined security maintenance.

  • Schemas are collections of database tables and other database objects. Schemas are similar to file system directories, except that schemas cannot be nested. Users can be granted access to a single schema or to multiple schemas.

Additionally, Amazon Redshift employs the following features to give you finer control over which users have access to which database objects:

  • Role-based access control (RBAC) lets you assign permissions to roles which you can then apply to users, letting you control permissions for large groups of users. Unlike groups, roles can inherit permissions from other roles.

    Row-level security (RLS) lets you define policies that restrict access to rows of your choosing, then apply those policies to users or groups.

    Dynamic data masking (DDM) further protects your data by transforming it at query runtime so that you can allow users access to data without exposing sensitive details.

For examples of security implementation, see Example for controlling user and group access.

For more information about protecting your data, see Security in Amazon Redshift in the Amazon Redshift Management Guide.