Storage Flashcards
Name the 3 types of AWS Storage Gateways
- File Gateway
- Volume Gateway
- Tape Gateway
What 2 protocols can be used with a File Gateway?
- SMB
2. NFS
What is a File Gateway?
VM agent that allows transfer of data between onprem and AWS with a file like interface, stored as S3 objects and asynch uploaded
What is a Volume Gateway?
VM agent for data transfer between onprem and AWS with a disk volume interface, stored as S3 objects
What protocol can be used with Volume Gateway?
- iSCSI block protocol
How are snapshots managed with Volume Gateway?
Point in time Snapshots are stored as EBS snapshots
What 2 modes does Volume Gateway support?
- cached mode: frequently used data is cached locally, primary data is stored in S3
- stored mode: entire data is stored locally, asynchronously backed up to S3
What protocols can be used with a Tape Gateway?
- iSCSI based VTL
What is a Tape Gateway?
VM agent for data transfer between on-prem and AWS with a virtual tape interface stored in S3
How do you host a static website on S3?
- Configure the bucket to have the Static Web Site Hosting property
- Specify the index page
- Disable the Block Public Access setting
- Attach a bucket policy granting public access to the bucket files
What is AWS Snowball? Up to what size can it handle?
Snowball is an AWS provided NAS device for import/export of on-prem data to AWS S3. Up to 80TB
What is AWS Snowball Edge? Up to what size can it handle?
AWS Provided device that is compute or storage optimized. Can host a NFS file server or S3 endpoint, locally compute. Local cluster. Up to 100 TB
What is AWS Snowmobile? Up to what size can it handle?
Data transfer service in and out of AWS up to 100PB
What is the default backup retention period for RDS? What is the minimum? What is the max?
7 days default. 0 day minimum (disables automated bkps). 35 day max
What is the time to failover in a Multi-AZ RDS deployment?
1-2 minutes is the typical failover time