AWS Storage Flashcards
What is the AWS Snow Family?
Secure, portable devices to collect and process data at the edge location and migrate data in/out of AWS
What are the 3 Snow options for Data Migration?
- SnowCone
- Snowball Edge
- Snowmobile
What are the 2 Snow options for Edge Computing?
- Snowcone
- Snowball Edge
When should I use a Snowball device?
If it is going to take more than 1 week to do over the network
What is an edge location when talking about Snow devices?
They are locations that have no internet connection
Can I import data from Snowball directly to Glacier?
No, you need to import into S3 first, and then use lifecycle policies to move to Glacier
What is Amazon FSx?
It is a fully managed service that allows you to launch 3rd party high-performance file systems on AWS
What 3 file systems are supported in FSx?
- FSx for Lustre
- FSx for Windows File Server
- FSx for NetApp ONTAP
Where does the name Lustre come from?
It is derived from Linux and Cluster
What does HPC stand for?
High Performance Computing
What are 4 features of the Scratch File System?
- Its Temporary Storage
- Data is not replicated or persisted
- High Burst 200MBps per TiB
- Used for short term processing and cost optimization
What are 4 features of the Persistent File System?
- Long term storage
- Data is replicated within the same AZ
- Replace failed files within minutes
- Used for long term processing and sensitive data
What does AWS Storage Gateway do?
It is a bridge between on-premise data and cloud data in S3
What are the 3 types of Storage Gateway?
- File Gateway
- Volume Gateway
- Tape Gateway
What are 6 features of the File Gateway?
- S3 buckets are accessible using NFS & SMB protocol
- Supports S3 standard, S3 IA and S3 One Zone IA
- Buckets are accessed using IAM roles for each File Gateway
- Most recently used data is cached in the File Gateway
- Can be mounted on many servers
- Can integrate with Active Directory (AD)