-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Unable to set instance parameter group on instances in rds.DatabaseCluster #1693
Labels
@aws-cdk/aws-rds
Related to Amazon Relational Database
feature-request
A feature should be added or improved.
Comments
As a workaround, can you use escape hatches? |
eladb
added
feature-request
A feature should be added or improved.
@aws-cdk/aws-rds
Related to Amazon Relational Database
labels
Feb 11, 2019
I believe instantiating a |
I also want this improvement. If there is no problem, I'll send a pull request. How about this? @eladb |
@aereal +1 |
sent #2075 |
4 tasks
rix0rrr
pushed a commit
that referenced
this issue
May 31, 2019
Specific classes are exposed for a source database instance (`DatabaseInstance`), an instance created from a snapshot (`DatabaseInstanceFromSnapshot`) and a read replica instance (`DatabaseInstanceReadReplica`). Add construct for option groups and refactor parameter groups. Add basic support for instance event rules. Integration with Secrets Manager and secret rotation. Closes #2075 Closes #1693
This was referenced Aug 22, 2019
This was referenced Dec 12, 2019
This was referenced Dec 13, 2019
This was referenced Jan 20, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@aws-cdk/aws-rds
Related to Amazon Relational Database
feature-request
A feature should be added or improved.
When building an rds.DatabaseCluster, there is no obvious way to associate an instance parameter group to instances in the cluster. Without this, there's no way to set common configuration like
log_min_duration_statement
orshared_preload_libraries
.The text was updated successfully, but these errors were encountered: