Ensure that Workspace root volumes are encrypted
Error: Workspace root volumes are not encrypted
Bridgecrew Policy ID: BC_AWS_GENERAL_84
Checkov Check ID: CKV_AWS_156
Severity: MEDIUM
Workspace root volumes are not encrypted
Description
TBD
Fix - Buildtime
Terraform
- Resource: aws_workspaces_workspace
- Argument: root_volume_encryption_enabled
resource "aws_workspaces_workspace" "pass" {
...
+ root_volume_encryption_enabled = true
...
}
CloudFormation
- Resource: AWS::WorkSpaces::Workspace
- Argument: Properties.RootVolumeEncryptionEnabled
Type: AWS::WorkSpaces::Workspace
...
Properties:
...
+ RootVolumeEncryptionEnabled: true
Updated 9 months ago
Did this page help you?