1
0
Fork 0
mirror of https://github.com/nickpoida/og-aws.git synced 2025-03-09 15:40:06 +00:00

Add Firehose Gotcha

This commit is contained in:
Andreas Zoellner 2016-11-10 09:47:37 -08:00
parent 016e3f0b75
commit 1c9dd0ad35

View file

@ -1476,6 +1476,13 @@ Kinesis Streams
- [This blog post](https://brandur.org/kinesis-in-production) further discusses the performance and limitations of Kinesis in production.
- 💸 **Kinesis Streams are not included in the free tier.** Make sure if you do any experimentation with it on a personal account, you shut down the stream or it may run up unexpected costs (~$11 per shard-month.)
Kinesis Firehose
---
### Kinesis Firehose Gotchas and Limitations
- 🔸 When delivering from Firehose to Elasticsearch, the JSON document cannot contain an “_id” property. Firehose will not attempt to deliver those documents and won't log any error.
Device Farm
-----------