Skip to main content

aws.efs

Supported platform

  • aws

Description

AWS Elastic File System (EFS) service

Use the aws.efs resource to assess the configuration of Amazon Elastic File System deployments.

Fields

IDTYPEDESCRIPTION
filesystems[]aws.efs.filesystemA list of file systems 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
}

Check whether all EFS systems are configured to encrypt file data using KMS

aws.efs.filesystems.all(
encrypted == true && kmsKey.arn == /^arn:aws:kms:.*/
)

References