fix: disable EC2 detailed monitoring on Kafka, ClickHouse, Cassandra,… - #267
Open
jkondrat-sd wants to merge 1 commit into
Open
fix: disable EC2 detailed monitoring on Kafka, ClickHouse, Cassandra,…#267jkondrat-sd wants to merge 1 commit into
jkondrat-sd wants to merge 1 commit into
Conversation
… Locker, and Jump Host instances
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses findings from the InfraScan cost analysis report:
https://infrascan.soldevelo.com/report/hyperswitch-suite-254c5531-0923-48c0-9252-1780283139df
Changes:
monitoring = falseon 7 instances across 5 modules (kafka,clickhouse,cassandra,locker,jump-host). Detailed 1-minute CloudWatch metrics cost around $2-3/month per instance; standard 5-minute monitoring remains active. Combined saving: around $14-21/month.Not addressed (require maintainer review):
modules/base/subnet. Likely needed for private subnet egress; removal is an architectural decision.nlb,alb,load-balancer,clickhouse, andlockermodules. Each serves an active service; fixed cost around $15-25/month each.modules/base/api-gateway. Migrating to HTTP API requires code changes to callers.Related: #264