04 Storage Flashcards
Describe FSx for Windows File Server.
FSx for Windows File Server is a Windows-native shared storage solution that uses SMB, integrates with Directory Service or self-managed Active Directory, and can operate in single or multi-AZ mode.
How can backups be managed in FSx for Windows File Server?
Backups in FSx for Windows File Server can be performed on-demand or scheduled.
Explain how FSx can be accessed.
FSx can be accessed directly in a VPC, through peering, VPN, or Direct Connect.
What is the purpose of FSx for Lustre?
FSx for Lustre is designed for shared HPC storage specifically for Linux clients.
Define the two modes of operation for FSx for Lustre.
FSx for Lustre operates in two modes: Scratch, optimized for short-term storage with maximum performance and no replication, and Persistent, used for longer-term storage with self-healing and high availability within a single AZ.
How does the Lustre file-system interact with S3?
The Lustre file-system can be lazy loaded from an S3 bucket, providing high-performance access to S3 objects.
What are the availability options for EFS?
EFS can be configured for multi-AZ or single zone availability.
Describe the purpose of S3 storage classes.
S3 storage classes allow optimization of the service for specific workloads.
What is S3 Express One Zone?
S3 Express One Zone is the most expensive S3 option, offering better performance than S3 Standard.
Define lifecycle configurations in S3.
Lifecycle configurations are rules that transition objects between storage classes and delete them based on a period of time.
How do lifecycle rules operate in S3?
Lifecycle rules in S3 are based on a period of time rather than access patterns, and can be configured based on object versions.
What is the minimum waiting period for transitioning from Standard to an infrequent tier in S3?
A minimum of 30 days must be waited before transitioning from Standard to an infrequent tier, and another 30 days to move to Glacier tiers.
Explain the purpose of replication in S3.
Replication in S3 mirrors content from one bucket to another in a different region and/or accounts.
What role does IAM play in S3 replication?
An IAM role added to the replication configuration grants S3 the required permissions to perform the replication.
Describe the requirement for cross-account replication in S3.
A bucket policy on the destination is required for cross-account replication.
How can filters be used in S3 replication?
Filters can be used to replicate objects based on prefix and/or tags.