> For the complete documentation index, see [llms.txt](https://notebook.iuriioapps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notebook.iuriioapps.com/cloud/aws/storage/storage-gateway.md).

# Storage Gateway

* Storage Gateway consists of an on-premises software appliance which connects with AWS cloud-based storage to give you a seamless and secure integration between your on-premises IT environment and AWS.

* **File Gateway**

  * Files stored as objects in S3 buckets
  * Accessed using SMB or NFS mount points
  * To your on-premises systems this appears like a file system mount backed by S3
  * All the benefits of S3: bucket policies, S2 versioning, lifecycle management, replication, etc.
  * Low-cost alternative to on-premises storage

* **Volume Gateway**

  * Provides cloud backed storage which is accessed using iSCSI protocol
  * 2 different types available:
    * Gateway Stored Volumes
      * The gateway stores all your data locally, so your applications get low latency access to the entire dataset
      * You need your own storage infrastructure as all data is stored locally in your data center
      * Provides durable off-site async backups in the form of EBS snapshots which are stored in S3
    * Gateway Cached Volumes
      * The gateway stores all your data in S3 and caches only frequently accessed data locally
      * You need only enough local storage capacity to store the frequently accessed data
      * Applications still get low-latency access to frequently used data without a large investment in on-premise storage

* **Tape Gateway**
  * Virtual Tape Library which provides cost effective data archiving in the cloud using Glacier
  * You don't need to invest in your own tape backup infrastructure
  * Integrates with existing tape backup infrastructure - NetBackup, Backup Exec, Veeam, etc. which connect to the VTL using iSCSI
  * Data is stored on virtual tapes which are stored in Glacier and accessed using VTL


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://notebook.iuriioapps.com/cloud/aws/storage/storage-gateway.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
