EFS Flashcards
EFS
A fully-managed file storage service that makes it easy to set up and scale file storage in the Amazon Cloud. The service manages all the file storage infrastructure for you, avoiding the complexity of deploying, patching, and maintaining complex file system configurations.
What NFS version does EFS support?
EFS supports the Network File System version 4 protocol.
What operating systems support EFS?
You can mount EFS filesystems onto EC2 instances running Linux or MacOS Big Sur. Windows is not supported.
What can EFS filesystems be mounted other than EC2?
Aside from EC2 instances, you can also mount EFS filesystems on ECS tasks, EKS pods, and Lambda functions.
True/False. Multiple Amazon EC2 instances cannot access an EFS file system at the same time, providing a common data source for workloads and applications running on more than one instance or server.
False. Multiple Amazon EC2 instances CAN access an EFS file system at the same time, providing a common data source for workloads and applications running on more than one instance or server.
What does EFS store data and metadata?
EFS file systems store data and metadata across multiple Availability Zones in an AWS Region.
How large can file systems grow?
EFS file systems can grow to petabyte scale, drive high levels of throughput, and allow massively parallel access from EC2 instances to your data.
What file system access semantics does EFS provide?
EFS provides file system access semantics, such as strong data consistency and file locking.
How can you control access to EFS?
EFS enables you to control access to your file systems through Portable Operating System Interface (POSIX) permissions.
What is the best way to move data between on-premises storage and Amazon EFS?
Moving your EFS file data can be managed simply with AWS DataSync – a managed data transfer service that makes it faster and simpler to move data between on-premises storage and Amazon EFS.
How can you schedule backups for EFS and how is EFS backed up?
You can schedule automatic incremental backups of your EFS file system using the EFS-to-EFS Backup solution.
What is EFS Infrequent Access (EFS IA)?
Amazon EFS Infrequent Access (EFS IA) is a new storage class for Amazon EFS that is cost-optimized for files that are accessed less frequently. Customers can use EFS IA by creating a new file system and enabling Lifecycle Management. With Lifecycle Management enabled, EFS automatically will move files that have not been accessed for 30 days from the Standard storage class to the Infrequent Access storage class. To further lower your costs in exchange for durability, you can use the EFS IA-One Zone storage class.
What performance modes are offered by EFS?
-General purpose performance mode (default)
–Ideal for latency-sensitive use cases.
-Max I/O mode
–Can scale to higher levels of aggregate throughput and operations per second with a tradeoff of slightly higher latencies for file operations.
What throughput modes are offered by EFS?
-Bursting Throughput mode (default)
–Throughput scales as your file system grows.
-Provisioned Throughput mode
–You specify the throughput of your file system independent of the amount of data stored.
What is a mount target?
To access your EFS file system in a VPC, you create one or more mount targets in the VPC. A mount target provides an IP address for an NFSv4 endpoint.
How many mount targets can you create in each AZ?
You can create one mount target in each Availability Zone in a region.
How do you mount your file systems?
You mount your file system using its DNS name, which will resolve to the IP address of the EFS mount target. Format of DNS is
File-system-id.efs.aws-region.amazonaws.com