Which AWS service provides scalable, elastic, concurrent (with some restrictions), and encrypted file storage for use with both AWS services and on-premises resources?
Elastic File System (EFS) - implements NFSv4
What is the resiliency posture of the EFS service?
EFS is a region-resilient service
Can EFS be used with Windows systems?
No, EFS can only be mounted on Linux-based systems, including EC2 instances
How do other services access the EFS service?
EFS is isolated to the VPC in which it is provisioned and is accessed through mount targets located in subnets within the VPC, these mount targets have IP addresses
How can the EFS service be accessed from on-premises systems?
EFS can be accessed from on-premises systems via VPN Connection, or Direct Connect
What family of standards is specified by the IEEE Computer Society, for maintaining compatibility between operating systems (the interface that Linux-based systems understand)?
Portable Operating System Interface (POSIX)
What are the two performance modes available in EFS?
What are the two throughput modes available in EFS?
What are the two storage classes available in EFS?
What is the ideal use case for the Amazon EFS service?
How can high availability be achieved with Amazon EFS?
By placing mount targets in multiple AZs
What are the supported options for mounting Amazon EFS using the EFS mount helper?
How to enforce creation of only encrypted-at-rest Amazon EFS file systems?
Use the elasticfilesystem:Encrypted IAM condition key in identity-based policies
What types of access control can Amazon EFS access points enforce?