# Volume Gateway

![](/files/kj2rsArswyfKNOMPnkU5)

#### Stored

* Volume GW on-prem sunucularımıza ISCSI olarak bağlayabileceğimiz blok base disk birimleri yaratmamızı sağlar.&#x20;
* Yaratılan stored volume'ler lokal veri merkezinde depolanır.&#x20;
* Her volume asenkron olarak AWS 'e EBS snapshot 'lar olarak gönderilir.
* Volume GW yarattığımız volume 'un belirlediğimiz aralıklarla bir snapshot 'ını yaratır ve sıkıştırma uygulayarak küçülttükten sonra bunu S3 e gönderir. Daha sonra periyodik olarak olarak incremental olarak büyümeye devam eder.&#x20;
* Storage GW başına toplamda 32 storaged volume yaratma imkanımız olur. Her volume 16TB kadar büyüklükte olabilir. Toplamda 522TB boyutunda Storaged volumes yaratabiliriz.

#### Cached

* Yaratılan cached volumeler AWS 'de depolanır.
* Volumeler lokal veri merkezinde hızlı erişim için önbelleklenir.
* Toplam da 32 Cache volume yaratabilme imkanımız vardır. Ve volume 32TB kadar büyüklükte olabilir. Topam 1 petabyte boyutunda cached volume gw yaratabiliriz.


---

# Agent Instructions: 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:

```
GET https://note.onurbolatoglu.com/aws/volume-gateway.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
