{"slug":"iam-aws-firehose","cloud":"aws","service":"firehose","title":"AWS Firehose (IAM)","description":"Amazon Kinesis Data Firehose is a fully managed service for delivering real-time streaming data to destinations such as Amazon S3, Amazon Redshift, Amazon Elasticsearch Service, and Splunk.","category":"analytics","common_permissions":["firehose:PutRecord","firehose:PutRecordBatch","firehose:ListDeliveryStreams","firehose:DescribeDeliveryStream","firehose:TagDeliveryStream","firehose:ListTagsForDeliveryStream"],"least_privilege_example":"{\n  \"Version\": \"2012-10-17\",\n  \"Statement\": [\n    {\n      \"Effect\": \"Allow\",\n      \"Action\": [\n        \"firehose:PutRecord\",\n        \"firehose:PutRecordBatch\",\n        \"firehose:ListDeliveryStreams\",\n        \"firehose:DescribeDeliveryStream\",\n        \"firehose:TagDeliveryStream\",\n        \"firehose:ListTagsForDeliveryStream\"\n      ],\n      \"Resource\": \"*\"\n    }\n  ]\n}","warnings":["Avoid firehose:* — grants full control including stream deletion and destination updates.","Avoid firehose:DeleteDeliveryStream — can permanently remove a delivery stream and stop data delivery."],"docs":"https://servicereference.us-east-1.amazonaws.com/v1/firehose/firehose.json","tags":["iam","aws"],"last_verified":"2026-06-14T00:00:00.000Z","next_check":"2026-12-11T00:00:00.000Z","created_at":"2026-06-14T04:50:31.668Z","updated_at":"2026-06-14T04:50:31.668Z"}