Questions tagged [amazon-kinesis-firehose]

Amazon Kinesis Firehose is a fully managed service for delivering real-time streaming data to destinations

Amazon Kinesis Firehose is a fully managed service for delivering real-time streaming data to destinations such as Amazon Simple Storage Service (Amazon S3) and Amazon Redshift.

Firehose is part of the Amazon Kinesis streaming data family, along with Amazon Kinesis Streams. With Firehose, you do not need to write any applications or manage any resources.

You configure your data producers to send data to Firehose and it automatically delivers the data to the destination that you specified.

Links:

  1. Amazon Kinesis - Site

  2. Amazon Kinesis - Documentation

618 questions
-1
votes
3 answers

AWS Firehose delivery to Cross Account Elasticsearch in VPC

I have a Elasticsearch inside the VPC running in account A. I want to deliver logs from Firehose in Account B to the Elasticsearch in Account A. Is it possible? When I try to create delivery stream from AWS CLI I am getting below exception, $:…
-1
votes
2 answers

To push the file from lambda to s3

I have triggered to lambda with the kinesis stream and looking for a record where action is blocked and have appeneded the data to output file. how can i push that file to s3 ?I have written below but not sure. New code import json import…
-1
votes
1 answer

Getting Error: " the constructor AmazonKinesisFirehoseClient(AWSCredentials) is deprecated"

I am trying to put some data to my AWS Firehose Stream, but am having some difficulties. I am also getting an error that my stream name could not be found, even though it definitely exists under that name. I also tried another active stream, and I…
user2411290
  • 631
  • 2
  • 10
  • 33
1 2 3
41
42