AWS EFS and FSx Flashcards
I have a Windows EC2 instance, I need to connect to an EFS share, is this possible?
No EFS uses only the NFS protocol, no support for SMB for windows, but a separate service called FSx supports SMB for windows.
What are EFS and FSx?
Elastic File System and FSx is an SMB shared file system
What protocols are available in EFS?
NFS, SMB is not supported but a separate service called SFx supports SMB for windows.
With EFS do you provision storage upfront like EBS?
No, you only pay for what you use, much like S3.
I have to store some files, what is the cost difference between EBS, EFS or S3?
EFS is 3 times more expensive than EBS and 20 times more expensive than s3
I currently have a single server as an NFS file store, this is in a single AZ, what options do I have to make it highly available?
You can use EFS, as EFS data is across multiple AZ’s and scales and you pay for storage.
I want to ensure my application can connect to EFS to access data if an AZ was to fail, what options do I have?
Create mount-points in multiple AZ’s
Should i use over the internet to connect to EFS?
No
What is EFS file sync agent?
It is an agent thet wil sit on a VM/Physical or Instance and sync your data with EFS.
Can I snapshot EFS?
No
Is EFS data stored across AZ?
Yes
Can I store GB or even PB in EFS?
Yes EFS is good for PB
When should I use EFS over Object?
strong consistency
file locking
How do I take a backup of EFS?
Using AWS Backup
When creating a VPC, where do you place the endpoint?
In a VPC in one or more subnets across multipal AZ’s
I have a separate account and I want to share my EFS, how can this be possible?
You will create a VPC in the external account and peer to the vPC with the EFS endpoint.
I have an EFS with an endpoint in my VPC, how can I connect from on-premise?
You create a VPN or direct connection and access the endpoint vis the VPC.
In what VPC subnet in the VPC will the EFS endpoint be created?
You select the subnet in a AZ
I want to ensure high availability of the application using EFS, how should I arrange the endpoints?
Multiple EP across AZ’s in respective subnets.
I need to ensure thta EFS has available r/w preformance at all times what is nmy bets option?
Chose to use provisioned through put over burst
Is data encrypted at reast by default?
No, you have to enable it.
What storage classes are available with EFS?
S3 standard
Infrequent access
I wnat to ensure data in EFS is at the lowest cost posisble, this data is not accessed tow often, what is my best option?
Enable life cycle managment, data will be moved to IA S3 storage.
How dose EFS scale?
EFS is a service not a server, unconstranted number of storage servcers, unlike triditional approch.