-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: reduce costs on kinesis streams (#231)
We are currently being billed quite a bit in AWS for all the Kinesis streams we keep open for dev/CI. This PR addresses this by: - not deploying 2 kinesis streams per env to keep historical content. We really just need the production stream still deployed until we read it. - we can also decrease the persistence of the streams to keep costs down As follow ups, we should also consider (I will create issues): - tool that proactively tears down running infrastructure for stalled PRs (or setup tests in a way that kinesis is put on and off for the tests) - get historical content kinesis stream flushed out
- Loading branch information
1 parent
dcaeac3
commit 7803885
Showing
2 changed files
with
25 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters