Skip to content

Workspace root volumes are not encrypted

Description

Encrypting your Workspace root volumes helps protect your data from unauthorized access or tampering. That way, you can ensure that only authorized users can access and modify the contents of your volumes. Such action can help protect against external threats such as hackers or malware, as well as internal threats such as accidental or unauthorized access.

Code Example

go
resource "aws_workspaces_workspace" "pass" {
    ...
+ root_volume_encryption_enabled = true
    ...
}

Remediation

Terraform

  • Resource: aws_workspaces_workspace
  • Arguments: root_volume_encryption_enabled

Rule Details

FieldValue
IDIAC-0205
SeverityMEDIUM
IaC TypeCloudformation
FrameworksCloudFormation, Terraform, TerraformPlan, Serverless
Checkov IDCKV_AWS_156

References