forked from 401-advancedjs/seattle-javascript-401d30
-
Notifications
You must be signed in to change notification settings - Fork 0
14 Access Control (ACL)
Jagdeep Singh edited this page Jun 19, 2019
·
1 revision
-
A secure method of restricting account access to authorized users.
-
Allows owners to add users and assign roles.
- Each role has specific permissions.
RBAC gives customers a greater degree of control over cloud resource use, with an additional layer of system security.
- Account owner
- Account user
- Create new users, modify existing users, and delete users.
- Make changes to contacts, including the billing contract.
Role describes the level of access that is associated with a user's account.
RBAC limits risk by ensuring that users do not have access to features that extend beyond their areas of expertise or responsibility.