Storage Extras Flashcards
What is the aws snow family?
Portable devices used to migrate data in and out of aws.
You order the snowcone or snowball devices, store your data, then send it back to aws, who will put it in your s3 bucket for you.
It’s an offline data transfer.
What is edge computing? (snowcone and snowball edge)
Process data while being created in an edge location, with a snow product.
For this you get a snowcone or a snowball. Snowball can be storage optimized or compute optimized.
How do you import data from snow to s3 glacier?
You can’t directly. First yo need to import to a normal s3 bucket and then with a lifecycle policy transfer it to glacier.
What is AWS FSx?
It’s a service for launching 3rd party file systems in aws, like windows file server, lustre, netapp ontap, or openzfs.
Can you mount FSx for windows file server in a linux instance?
YES
What is Lustre for? Which aws service lets you create a Lustre file system?
Its a file system for high scale computing.
Used for machine learning, high performance computing, video processing, etc.
With aws FSx
Which FSx has full integration with s3? What does it mean?
Lustre.
You can read S3 as a file system through FSx.
You can also write output of computations back to s3.
What are FSx for Lustre deployment options?
Scratch file system: Temporary storage. No replication, but higher performance (x6 throughput).
Persistent file system: Long term storage. Data is replicated within same AZ (2 copies of data).
What are FSx Netapp Ontap features?
Compatible with NFS SMB or iSCSI.
You can move workloads running on netapp to aws.
It has a feature for point in time instantaneous cloning. Meaning you can clone your netapp file system. Useful for testing new workloads.
What are FSx OpenZFS File system features?
Managed OpenZFS on aws. Its only NFS protocol.
You can move workloads running on openzfs to aws
Which are the aws Fille System storage services?
EFS (NFS) and FSx (Windows, Lustre, OpenZFS, Netapp)
Which are the aws Block storage options?
EBS and Instance Store
Which are the aws Object Storage options?
S3
What is AWS Storage Gateway?
A service that acs as a bridge between your AWS data and your On-Premises data. (Hybrid).
What are storage gateway use cases?
Disaster Recovery: Back up your onpremises data to the cloud.
Backup and Restore: Migration to the cloud.
Tiered Storage: Extend your data to the cloud. Example: Hotter data stored on premises and Colder data stored in Cloud.
Cache on premises: Store most of your data in aws and use storage gateway to store a cache on premises for lower latency.
What are the different types of storage gateway? What protocol and use do each have?
S3 File Gateway: Connect your OnPre Server to S3 through SMB or NFS. Cacheing most used data.
FSx File Gateway: Connect your OnPre Server to FSx through SMB network drives. Cacheing most used data. Compatible with Ms AD.
Volume Gateway: Connect your OnPre Server to S3 through iSCSI network drives cacheing most used data. OR connect OnPre Server to local site iSCSI storage (The Applicane Server), and enable periodic backups to S3.
TapeGateway: Conect your tape system to S3 through iSCSI protocol. No cache.
All these solutions use the Storage Gateway Appliance, which stores the cache or data onpremises. Except for tape gateway.