04 Storage Flashcards
(40 cards)
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 using SMB 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.
Define the storage class configuration in S3 replication.
The storage class used in the destination bucket can be configured.
What is the default ownership of new objects in the destination bucket during replication?
By default, new objects in the destination are owned by the source bucket’s account, but this can be overridden.
Explain Replication Time Control (RTC) in S3.
Replication Time Control (RTC) adds a 15-minute SLA to replication; otherwise, replication is best effort.
How is replication direction configured in S3?
Replication is one-way by default, but bi-directional replication can be enabled.
What types of encrypted objects can be replicated in S3?
Replication of encrypted objects using SSE-KMS and SSE-C is supported.
Which storage classes cannot be replicated in S3?
Objects stored in Glacier and Glacier Deep Archive cannot be replicated.
Define the encryption method used by SSE-S3 in S3.
SSE-S3 performs AES-256 encryption using keys managed by S3, and it is now the default encryption method.
What is a limitation of SSE-S3 regarding role separation?
SSE-S3 does not allow role separation; anyone with GetObject
permissions can also decrypt objects.