EFS Flashcards
Amazon EFS file systems can automatically scale from…
gigabytes to petabytes of data without needing to provision storage
How many compute instances can access an EFS at the same time?
1 to thousands
What are EFS Standard storage classes good for?
workloads that require the highest levels of durability and availability.
What are EFS One Zone storage classes good for?
- development, build, and staging environments
- applications such as analytics, simulation and media transcoding
- backups or replicas of on-premises data which do not require multi-AZ resilience.
What is EFS?
Amazon EFS is a file storage service for use with Amazon compute (EC2, containers, serverless) and on-premises servers. Amazon EFS provides a file system interface, file system access semantics (such as strong consistency and file locking), and concurrently-accessible storage for up to thousands of Amazon EC2 instances.
How do I access a file system from an Amazon EC2 instance?
- mount the file system on Amazon EC2 Linux-based instance using the standard Linux mount command and the file system’s DNS name
- recommend using EFS mount helper
- then work with files and directories in FS just like you would with local file system
What Amazon EC2 instance types and AMIs work with Amazon EFS?
Amazon EFS is compatible with all Linux-based AMIs for Amazon EC2.
True or false: You cannot mix and match the EC2 instance types connected to a single EFS file system.
False. You CAN mix and match instance types connected to single FS.
How do I load data into an EFS file system?
- standard Linux copy tools
- AWS DataSync
What is AWS DataSync and how does it work?
What: AWS DataSync provides a fast and simple way to securely sync existing file systems with Amazon EFS.
How: Works over any network connection, including AWS VPN or Direct Connect.
True or false: You can use AWS DataSync to copy files between two Amazon EFS file systems.
True - including between two file systems in different AWS regions and those belonging to different AWS accounts.
List the EFS storage classes.
Standard, Standard IA, One Zone, One Zone IA
How do I move files to EFS Standard-IA and EFS One Zone-IA?
Enable EFS Lifecycle Management and choose an age-off policy for files
True or false: When you disable EFS Lifecycle Management, any files that have already been moved to an Infrequent Access storage class will be moved back to a Standard storage class.
False - any files that have already moved to an Infrequent Access storage class will remain there.
Files will no longer be moved from Standard to IA.
What is the minimum size file eligible for EFS Lifecycle Management?
128 KiB
What is the average latency for EFS Standard and One Zone storage classes?
designed to provide single-digit latencies on average
What is the average latency for EFS Standard-IA and One Zone-IA storage classes?
designed to provide double-digit latencies on average