Storage Gateway Flashcards
This deck aims to help retain concepts related to the Storage Gateway service.
Which AWS service enables hybrid cloud storage by providing on-premises data centers with access to virtually unlimited cloud storage through standard storage protocols like iSCSI, SMB, and NFS?
AWS Storage Gateway
What are the types of AWS Storage Gateway?
- Volume Gateway
- Tape Gateway (Virtual Tape Library - VTL)
- File Gateway
How can AWS Storage Gateway be deployed for integration with on-premises environment?
- As a virtual machine (VM) on platforms like VMware, Hyper-V, or Linux KVM
- As an Amazon EC2 instance within a VPC
How is AWS Volume Storage Gateway deployed?
As a virtual machine on-premises or as a hardware appliance, serving as a bridge between on-premises storage and AWS storage
Which protocols does AWS Volume Storage Gateway support?
- iSCSI
- NFS (Linux systems)
- SMB (Windows systems)
Which AWS services are natively integrated with AWS Volume Storage Gateway?
- EBS
- S3
- S3 Glacier
What are the common use cases for AWS Volume Storage Gateway?
- On-premises to AWS migrations
- Storage extensions to AWS
- Tiered storage solutions
- Disaster recovery and backup system replacement
In which modes can AWS Volume Storage Gateway operate?
- Stored volumes
- Cached volumes
How does an on-premises data center communicate with AWS Volume Storage Gateway?
Over the public internet to a public storage gateway endpoint or via AWS Direct Connect (DX) using a Public Virtual Interface (VIF)
Can EBS Snapshots be created from raw data stored in S3 through AWS Volume Storage Gateway?
Yes, raw data in S3 can be used to create snapshots, which can then be used to provision EBS volumes
In which AWS Volume Storage Gateway mode is all data stored locally on the gateway’s on-premises storage, while also asynchronously copied to S3 in an AWS-managed area that is accessible only through the AWS Storage Gateway console?
Stored volume mode
In which AWS Volume Storage Gateway mode is all data primarily stored in S3, with only frequently accessed data cached locally, and the AWS-managed area is accessible only through the storage gateway console?
Cached volume mode
What are the advantages and limitations of using AWS Volume Storage Gateway in stored volume mode?
Advantages:
- Enables full disk backups with reliable Recovery Point Objectives (RPO) and Recovery Time Objectives (RTO)
- Supports disaster recovery by allowing EBS snapshots to create EBS volumes
Limitations:
- Does not support data center extension for capacity increase, as data is primarily stored on the gateway’s local storage
What is the primary benefit of AWS Volume Storage Gateway in cached volume mode?
Provides data center extension by increasing storage capacity, as data is stored remotely in the AWS-managed S3 area
Which AWS Volume Storage Gateway mode uses an upload buffer and local storage?
Stored volume mode
Which AWS Storage Gateway modes utilize an upload buffer and local cached storage for actively used data?
- Volume Storage Gateway in Cached volume mode
- Tape Storage Gateway (Virtual Tape Library - VTL)
What is the maximum number of volumes supported by AWS Volume Storage Gateway?
32 volumes
What is the total storage capacity supported by AWS Volume Storage Gateway?
- Stored mode: Up to 512 TB
- Cached mode: Up to 1 PB
What is the maximum volume size supported per AWS Volume Storage Gateway?
- Stored mode: Up to 16 TB per volume
- Cached mode: Up to 32 TB per volume
Which AWS Storage Gateway type provides a Virtual Tape Library (VTL) backed by S3 and a Virtual Tape Shelf (VTS) backed by Glacier or Glacier Deep Archive?
AWS Tape Storage Gateway
How does an on-premises data center communicate with an AWS Tape Storage Gateway?
Through the public network using a public Storage Gateway endpoint or via AWS Direct Connect (DX) Public Virtual Interface (VIF)