Saturday, 19 August 2017

Amazon Kinesis Firehose has new feature available

Amazon Web Service announced one more new feature for Amazon Kinesis Firehose which is the convenient way to upload the streaming data in Amazon Web Service. Amazon has added a built in integration that will enable you to send the streaming data from the Amazon Kinesis Streams to Amazon Kinesis Firehose. You have to configure the stream as the data source to the Amazon Kinesis Firehose using the API or the Amazon console. These new features allow you to configure and create a Firehose delivery stream that automatically read the data from the Amazon Kinesis stream and then it delivers the data to the destination. It will be convenient for you to prevail the data in the stream to store the data such as Amazon RedShift, Amazon S3 and Amazon Elastic Service.  

No comments:

Post a Comment

Optimizing Performance and Cost: Migrating an Express.js Application from EC2 to AWS Lambda

Introduction: In a recent project, our team worked on optimizing a Node.js application that was originally hosted on an EC2 instance. The ap...