Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Please reduce the number of shards. #5

Open
amarnath87 opened this issue Apr 3, 2018 · 1 comment
Open

Please reduce the number of shards. #5

amarnath87 opened this issue Apr 3, 2018 · 1 comment

Comments

@amarnath87
Copy link

Hi,

I have tried using this sample. Its flooding data spuriously. Just for 5 minutes of usage I am charged about $143. Looks like aws-kinesis service is too costly. Please reduce the number of shards.

FYI, My billing amount.

US East (N. Virginia)
Amazon Kinesis shardHourStorage $142.74
$0.015 per provisioned shard-hour 9,515.972 ShardHour $142.74

Regards,
Amarnath

@sahilpalvia
Copy link

Kinesis ShardHour pricing mentions that the shard is charged at an hourly rate. That means as long as the shards exist the customer will be charged for it. In this case you have a 9515.972 ShardHours, at a rate of $0.015 it equivalent to $142.74 i.e. (9515.972 * 0.015). It would be recommended to delete the stream, if not in use in order to avoid getting charged for it.

You can read about Kinesis Data Streams pricing here: https://aws.amazon.com/kinesis/data-streams/pricing/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants