How to properly set up Kinesis Data

0

I’m working on setting up a website with Amazon Cloud Front.. I noticed that they have a area that allows you to set up Real Time Logs… Upon going in to set up wanted I wanted I noticed it wouldn’t save because it was asking me for Amazon Kinesis Data stream. I was wondering if there was a charge to use the Amazon Kinesis Data stream sense I’m trying to use the Amazon Cloud Front for free sense I don’t believe I will go over the GB. Can some please let me how to create this correctly when I went to Kinesis data stream its giving me this error message at time: Error loading data streams This operation cannot be completed at this time due to a network failure. For more information and in order to mitigate the issue

Also Not sure if there was a charge to set this up or is this free. Any information would be much useful

1 Answer
0

There is an option to stream real-time CloudFront logs to a Kinesis data stream. From there you would be having a consumer application/service that is reading from the Kinesis data stream and analyzing the logs. The details can be found in this document.

In order to do so, you have to create a Kinesis data stream first. Upon which you can use in the CloudFront log streaming configuration.

Kinesis data streams currently can be having one of two capacity modes: Ondemand, or Provisioned. Kinesis data stream pricing depends on whether the stream is On-demand, or a provisioned stream. The details of the pricing for both modes can be found in this page.

For details about AWS Free Tier services, you may check this page. I have searched for Kinesis there and it returned no result. Which indicates that Kinesis is not one of the services included in the Free tier products.

AWS
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions