-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
RDS: change parameterGroup prop for DatabaseInstanceReadReplica
#17580
Labels
@aws-cdk/aws-rds
Related to Amazon Relational Database
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
p2
Comments
DatabaseInstanceReadReplica
not a coincidence, a mistake I think 😄 It looks like it is supported. |
jogold
added a commit
to jogold/aws-cdk
that referenced
this issue
Dec 3, 2021
Move `parameterGroup` from `DatabaseInstanceSourceProps` to `DatabaseInstanceNewProps` since the parameter group of a replica instance can be customized. Closes aws#17580
mergify bot
pushed a commit
that referenced
this issue
Dec 3, 2021
Move `parameterGroup` from `DatabaseInstanceSourceProps` to `DatabaseInstanceNewProps` since the parameter group of a replica instance can be customized. Closes #17580 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
eastNine
pushed a commit
to eastNine/aws-cdk
that referenced
this issue
Dec 5, 2021
Move `parameterGroup` from `DatabaseInstanceSourceProps` to `DatabaseInstanceNewProps` since the parameter group of a replica instance can be customized. Closes aws#17580 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
TikiTDO
pushed a commit
to TikiTDO/aws-cdk
that referenced
this issue
Feb 21, 2022
Move `parameterGroup` from `DatabaseInstanceSourceProps` to `DatabaseInstanceNewProps` since the parameter group of a replica instance can be customized. Closes aws#17580 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
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
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
p2
Description
I would like to apply a different database parameter group to the replica instance that is different than the source database instance.
Use Case
The source and replica instances may have different clients who may require different database parameter group settings.
Proposed Solution
Add a new
parameterGroup
option forDatabaseInstanceReadReplicaProps
when creating a newDatabaseInstanceReadReplica
instance.Other information
No response
Acknowledge
The text was updated successfully, but these errors were encountered: