Ensure NAS File System is Encrypted
FileSystem is used to create a file system. Specifies whether to encrypt the file system. You can use keys that are hosted by Key Management Service (KMS) to encrypt data that is stored in the file system. When you read and write the encrypted data, you do not need to decrypt the data.
Risk Level: high
Platform: Alicloud
Spectral Rule ID: TFALCLD014
REMEDIATION
set encrypt_type
to '1' or '2'
- encrypt_type = "0"
+ encrypt_type = "1"
Read more:
Updated over 1 year ago