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

Use an existing db cluster parameter group instead of creating new one #173

Open
topikachu opened this issue Aug 2, 2023 · 0 comments
Open

Comments

@topikachu
Copy link
Contributor

topikachu commented Aug 2, 2023

Describe the Feature

Since the cluster parameter group is not adjustable, it's not feasible that always create a new cluster parameter group in a large system.

Expected Behavior

Add a new db cluster parameter group name.
Use an existing db cluster parameter group if specifying.

Use Case

We have a large developing team that creates a lot of rds serverless clusters for development and testing.
Since the db cluster parameter group number is not adjustable, we can't create more.

Because nearly all of these RDS clusters are for testing only, a shared default cluster parameter group is acceptable in our environment.

Describe Ideal Solution

Add a new db cluster parameter group name.
Use an existing db cluster parameter group if specifying.

Alternatives Considered

Change to db instance as a workaround, however, it's not cost-efficient. A serverless cluster is very good for us for RnD testing.

Additional Context

No response

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 a pull request may close this issue.

1 participant