Skip to content

Commit 477ce7b

Browse files
committed
Explain S3 bucket names
1 parent 4db2aaf commit 477ce7b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

modules/manage/pages/iceberg/iceberg-topics-aws-glue.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,9 @@ Use your own values for the following placeholders:
230230
+
231231
--
232232
- `<glue-region>`: The AWS region where your Data Catalog is located. The region in the AWS Glue endpoint must match the region specified in your config_ref:iceberg_rest_catalog_aws_region,true,properties/cluster-properties[`iceberg_rest_catalog_aws_region`] property.
233-
- `<bucket-name>` and `<warehouse-path>`: AWS Glue requires you to specify the base location where Redpanda stores Iceberg data and metadata files. You must use an S3 URI; for example, `s3://<bucket-name>/iceberg`. As a security best practice, Redpanda Data recommends specifying a subfolder (using prefixes) rather than the root of the bucket.
233+
- `<bucket-name>` and `<warehouse-path>`: AWS Glue requires you to specify the base location where Redpanda stores Iceberg data and metadata files. You must use an S3 URI; for example, `s3://<bucket-name>/iceberg`. For BYOC clusters, the bucket name is `redpanda-cloud-storage-<cluster-id>`. For BYOVPC clusters, use the name of the bucket you created as a customer-managed resource.
234+
+
235+
As a security best practice, Redpanda Data recommends specifying a subfolder (using prefixes) rather than the root of the bucket.
234236
- `<glue-access-key>` (static credentials only): The AWS access key ID for your Glue service account.
235237
- `<glue-secret-key-name>` (static credentials only): The name of the secret that stores the AWS secret access key for your Glue service account. To reference a secret in a cluster property, for example `iceberg_rest_catalog_aws_secret_key`, you must first xref:manage:iceberg/use-iceberg-catalogs.adoc#store-a-secret-for-rest-catalog-authentication[store the secret value].
236238
--

0 commit comments

Comments
 (0)