AI CloudAdvisor (Beta)

My Presets

You must be logged in to save or view your saved configuration templates

Security Controls

Service Control PoliciesConfig RulesCloudWatch Alarms and Event RulesCloudFormation Guard RulesLogging & Monitoring ConfigurationsBackups & DRAuto Remediation RulesConformance PacksBilling and Cost ManagementS3 Bucket PoliciesSecurity Groups & NACLsIAM PoliciesVPC Endpoint Policies

AWS Services

Guided Walkthroughs

Configuration Packages

Reference Guides

Other

AI CloudAdvisor (Beta)

Configuration Stack
0

My Presets

Security Controls

AWS Services

Guided Walkthroughs

Configuration Packages

Reference Guides

Other

EFS Security Controls

EFS File System

Configuration to provision a new EFS file system and attach it to a VPC with options to customize encryption, backup, access, and performance settings.

The following settings are available in this template:

  • Automatic Backups: Select to enable automatic backups for the file system
  • Encryption: Enable encryption at rest for the file system and optionally provide a KMS key to be used. If a KMS key is not provided, the default aws/elasticfilesystem key is used
  • Mount Targets: Add mount targets to attach the file system to a VPC. Multiple subnet Ids can be provided and an optional IP address can also be set. Security Group Ids must also be provided to control network access to the file system
  • Performance Settings: Configure performance and throughput modes and optionally configure the provisioned throughput in Mbps for the file system
  • Availability Zone Name to specify the AWS Availability Zone and create a file system that uses One Zone storage classes
  • LifeCycle Settings to specify:
    • When to move files in the file system from primary storage to the IA storage class
    • When to move files that are in IA storage to primary storage
Try out CloudAdvisor: Your AI-Powered Assistant for AWS Cloud

Items
2
Size
0.5 KB
Missing Parameters
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
  EfsFileSystem:
    Type: 'AWS::EFS::FileSystem'
    Properties:
      Encrypted: true
      PerformanceMode: generalPurpose
      ThroughputMode: bursting
      BackupPolicy:
        Status: ENABLED
  MountTargetEfsFileSystem1:
    Type: 'AWS::EFS::MountTarget'
    Properties:
      FileSystemId:
        Ref: EfsFileSystem
      SubnetId: ''
      SecurityGroups:
        - ''
Parameters: {}
Metadata: {}
Conditions: {}

Actions



Customize Template

File System Settings

Network Settings

Performance Settings

Lifecycle Settings

* Required field

Upgrade to Premium for More Features
Sign up

Guided Walkthroughs
Step-by-step configuration wizards for your environment
Dedicated Security Account
AWS Backup Strategy
VPC Connectivity Setup
Automated Patching
All Guides
Configuration Packages
Pre-built packages for common configuration
Common SCPs
CloudFormation Guard Rules
Auto Remediation Rules
IAM Monitoring & Compliance
All Packages
Automated Assessments
  • 350+ security checks
  • Well-architected reviews
  • Detailed compliance reports
  • Remediation templates
  • Email summaries
  • Learn more