Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add reader_independent_scaling input #254

Closed
wants to merge 1 commit into from

Conversation

jfcoz
Copy link

@jfcoz jfcoz commented Feb 4, 2025

what

allow to scale reader independently from primary using promotion_tier >= 2

why

This allow to reduce costs

references

https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.how-it-works.html#aurora-serverless-v2.how-it-works.scaling

@jfcoz jfcoz requested review from a team as code owners February 4, 2025 10:08
@jfcoz jfcoz requested review from Gowiem and joe-niland February 4, 2025 10:08
@mergify mergify bot added the triage Needs triage label Feb 4, 2025
variable "reader_independent_scaling" {
type = bool
default = false
description = "Whether to scale the readers independentl from the writer"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description = "Whether to scale the readers independentl from the writer"
description = "Whether to scale the readers independently from the writer"

Copy link

mergify bot commented Mar 11, 2025

💥 This pull request now has conflicts. Could you fix it @jfcoz? 🙏

@mergify mergify bot added the conflict This PR has conflicts label Mar 11, 2025
@mergify mergify bot closed this Mar 11, 2025
Copy link

mergify bot commented Mar 11, 2025

This PR was closed due to inactivity and merge conflicts. 😭
Please resolve the conflicts and reopen if necessary.

@mergify mergify bot removed conflict This PR has conflicts triage Needs triage labels Mar 11, 2025
@RoseSecurity
Copy link
Contributor

How about adding this as a promotion_tier option for users to configure? This feels semi-limiting

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

Successfully merging this pull request may close these issues.

2 participants