# Backup-Transfer-CloudShell

### AWS Backup

* Desteklenen tüm aws servislerinin backuplarını merkezi olarak yönetmemizi sağlıyor.
* Assing Resources ile yedeklemek istediğimiz servisleri seçebiliriz.

### AWS Transfer

* SFTP,FTP,FTPS yönetebilir servis hizmeti sağlıyor. Bu servisleri kurup, kullanabiliriz.
* Authentication kısımlarını kendimiz oluşturabilir ya da API GW ile bu erişimi sağlayabiliriz.
* Dış erişimi kendimiz ayarlayabiliyoruz.
* Hostname üzerinden erişmek istersek bunu özel olarak tanımlayabiliriz. ftp.example.com gibi.
* Cloudwatch ile loglama yapabiliriz.

### CloudShell

* Browser üzerinden kullanabileceğimiz shell özelliği, AWS Cli kullanmıyorsak tarayıcı üzerinden cli aracını kullanabiliriz.
* Tüm cli tool'ları mevcut.
* Çok yetenekli bir shell ekranı sunmaktadır.


---

# 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/backup-transfer-cloudshell.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.
