aws.efs
Supported Platform
- aws
Description
AWS cloud service for encrypted file storage
The aws.efs
resource can be used to assess the configuration of Amazon Elastic File System deployments.
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
filesystems | []aws.efs.filesystem | a list of filesystems managed by the service |
Examples
Return a list of aws.efs.filesystem
resources representing any EFS deployments across all enabled regions in the account
aws.efs.filesystems {
name
id
arn
encrypted
kmsKey
backupPolicy
region
}
Checks whether all EFS systems are configured to encrypt file data using KMS
aws.efs.filesystems.all(encrypted == true && kmsKey.arn == /^arn:aws:kms:.*/);
References