AWS firehose documentation change
Summary
Fixed a broken link in IAM role prerequisites, directing to access control documentation
Security assessment
Corrects a documentation link related to IAM roles but does not introduce new security information or address a specific vulnerability.
Diff
diff --git a/firehose/latest/dev/apache-iceberg-prereq.md b/firehose/latest/dev/apache-iceberg-prereq.md index 05693884d..048d7e0ff 100644 --- a//firehose/latest/dev/apache-iceberg-prereq.md +++ b//firehose/latest/dev/apache-iceberg-prereq.md @@ -26 +26 @@ Before you begin, complete the following prerequisites. - * **Create an IAM role with required permissions** – Firehose needs an IAM role with specific permissions to access AWS Glue tables and write data to Amazon S3. The same role is used to grant AWS Glue access to Amazon S3 buckets. You need this IAM role when you create an Iceberg Table and a Firehose stream. For more information, see [using-iam-iceberg](). + * **Create an IAM role with required permissions** – Firehose needs an IAM role with specific permissions to access AWS Glue tables and write data to Amazon S3. The same role is used to grant AWS Glue access to Amazon S3 buckets. You need this IAM role when you create an Iceberg Table and a Firehose stream. For more information, see [Grant Firehose access to Amazon S3 Tables](./controlling-access.html#using-s3-tables).