content/operate/rc/security/access-control/data-access-control/create-roles.md
To assign [Redis ACLs]({{< relref "/operate/rc/security/access-control/data-access-control/configure-acls" >}}) to a data access role:
Go to Data Access Control from the Redis Cloud console menu.
{{<image filename="images/rc/data-access-control-menu.png" width="200px" alt="Menu for database access control." >}}
Select the Roles tab.
{{<image filename="images/rc/data-access-control-roles.png" alt="Role configuration area." >}}
Select + to create a new role or point to an existing role and select the pencil icon to edit it.
{{<image filename="images/rc/data-access-control-roles-add-or-edit.png" width="300px" alt="Add or edit a role." >}}
Enter a name for the role.
{{<image filename="images/rc/data-access-control-roles-add.png" width="400px" alt="Role add screen." >}}
Select an ACL rule to assign to the role.
{{<image filename="images/rc/data-access-control-roles-select-acl.png" width="300px" alt="Select an ACL Rule." >}}
Select one or more databases from the Databases list and click the check mark to confirm the association.
{{<image filename="images/rc/data-access-control-roles-select-databases.png" width="400px" alt="Select databases." >}}
Select Save role.
When you assign a user-defined ACL rule to a role and associate it with one or more databases, we'll verify that the ACL rule will work with the selected databases. The database may go into an Inactive state for a few seconds while we verify the ACL rule.
After you create a role, you can assign it to a user. Users with this role can access the databases according to the role's associated Redis ACLs. For more information, see [Assign roles to users]({{< relref "/operate/rc/security/access-control/data-access-control/create-assign-users#assign-roles-to-existing-users" >}}).
To assign Redis ACLs to a role for an [Active-Active database]({{< relref "/operate/rc/databases/active-active" >}}), see [Active-Active access roles]({{< relref "/operate/rc/security/access-control/data-access-control/active-active-roles" >}}).
{{< note >}} {{< embed-md "rc-acls-note.md" >}} {{< /note >}}