Skip to content

Commit 4274b52

Browse files
authored
Update export-backups-to-own-cloud-account.md
Updates: 1. Clarified that cross-region backup/restores are supported but cross-cloud is currently not supported. 2. Added AWS role based auth details to the AWS section as an alternative to key/secret based auth.
1 parent 742ebf2 commit 4274b52

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/cloud/manage/backups/export-backups-to-own-cloud-account.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For details of how ClickHouse Cloud backups work, including "full" vs. "incremen
1515
Here we show examples of how to take full and incremental backups to AWS, GCP, Azure object storage as well as how to restore from the backups.
1616

1717
:::note
18-
Users should be aware that any usage where backups are being exported to a different region in the same cloud provider, or to another cloud provider (in the same or different region) will incur [data transfer](../network-data-transfer.mdx) charges.
18+
Users should be aware that any usage where backups are being exported to a different region in the same cloud provider, will incur [data transfer](../network-data-transfer.mdx) charges. Currently we do not support cross cloud backups.
1919
:::
2020

2121
## Requirements {#requirements}
@@ -39,7 +39,11 @@ You will need the following details to export/restore backups to your own CSP st
3939
- `backups` is an optional subdirectory.
4040

4141

42-
2. AWS access key and secret.
42+
2. AWS access key and secret. AWS role based authentication is also supported and can be used in place of AWS access key and secret.
43+
44+
:::note
45+
In order to use role based authentication, please follow the Secure s3 [setup](https://clickhouse.com/docs/cloud/security/secure-s3). In addition, you will need to add `s3:PutObject`, and `s3:DeleteObject` permissions to the IAM policy decribed [here.](https://clickhouse.com/docs/cloud/security/secure-s3#option-2-manually-create-iam-role)
46+
:::
4347

4448
### Azure {#azure}
4549

0 commit comments

Comments
 (0)