| name | cis-aws-euc-2.10 |
| description | Ensure that patches and updates are performed on the operating system for Workstations |
| category | cis-end-user-compute |
| version | 1.2.0 |
| author | cyberstrike-official |
| tags | ["cis","aws","end-user-compute","workspaces","patching","updates","maintenance-mode"] |
| cis_id | 2.10 |
| cis_benchmark | CIS AWS End User Compute Services Benchmark v1.2.0 |
| tech_stack | ["aws"] |
| cwe_ids | [] |
| chains_with | ["cis-aws-euc-2.9"] |
| prerequisites | [] |
| severity_boost | {} |
Ensure that patches and updates are performed on the operating system for Workstations (Automated)
Profile Applicability
Description
In order for Windows updates to occur auto-stop WorkSpaces must be utilized and the default for maintenance mode must be set to enabled.
Rationale
Windows Operating systems updates can be a high security vulnerability and normal updates and patches can help eliminate these vulnerabilities.
Impact
None specified in the benchmark.
Audit Procedure
Using AWS Console
Perform the steps to check maintenance mode for your WorkSpaces:
- Login to the WorkSpaces console at https://console.aws.amazon.com/workspaces/
- In the left pane, click Directories
- Select your directory id link
- Scroll to the Maintenance mode section and ensure maintenance mode is set to Enabled
If it is set to Enabled you are meeting this recommendation.
If it is set to Disabled, refer to the remediation below.
Using AWS CLI
- Run the workspaces command
describe-workspace-directories:
aws workspaces describe-workspace-directories
- Review the output under "WorkspaceCreationProperties" for "EnableMaintenanceMode": true
Expected Result
The output should show "EnableMaintenanceMode": true in the WorkspaceCreationProperties section.
Example output:
"WorkspaceCreationProperties": {
"EnableInternetAccess": false,
"EnableWorkDocs": true,
"UserEnabledAsLocalAdministrator": true,