| name | cis-aws-euc-4.1 |
| description | Ensure Administrators of WorkDocs is defined using IAM |
| category | cis-end-user-compute |
| version | 1.2.0 |
| author | cyberstrike-official |
| tags | ["cis","aws","end-user-compute","workdocs","iam","access-control"] |
| cis_id | 4.1 |
| cis_benchmark | CIS AWS End User Compute Services Benchmark v1.2.0 |
| tech_stack | ["aws"] |
| cwe_ids | [] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
Ensure Administrators of WorkDocs is defined using IAM (Automated)
Profile Applicability
Description
Administration of AWS WorkDocs should be defined using AWS Identity and Access Management (IAM).
Rationale
By default, IAM users and roles don't have permission to create or modify Amazon WorkDocs resources. Using IAM to manage WorkDocs administrators ensures proper access control and follows the principle of least privilege.
Impact
None - this is a security best practice.
Audit Procedure
Using AWS Console
- Log in to the IAM console at
https://console.aws.amazon.com/iam/
- In the left pane, click Groups and then click Create New Group
- In the Group Name box, type the name of the group and then click Next Step
- In the list of policies, select the check box for AmazonWorkDocsFullAccess
- Click Next Step
- Click Create Group
Add users to the Amazon WorkDocs Full Access group:
- Log in to the IAM console at
https://console.aws.amazon.com/iam/
- In the left pane, click Groups
- Select the group you created above
- Click Add Users To Group
- Select the users to be added to the group
- Click Add Users
Using AWS CLI
Not applicable for this control - must be configured via Console.
Expected Result
IAM group with AmazonWorkDocsFullAccess policy exists and WorkDocs administrators are members of this group.
Remediation
Using AWS Console
Perform the following to create an IAM group and assign the Amazon WorkDocs Full Access policy to it:
- Log in to the IAM console at
https://console.aws.amazon.com/iam/
- In the left pane, click Groups and then click Create New Group
- In the Group Name box, type the name of the group and then click Next Step
- In the list of policies, select the check box for AmazonWorkDocsFullAccess
- Click Next Step
- Click Create Group
Perform the following to add a user to a Amazon WorkDocs Full Access group: