-
Notifications
You must be signed in to change notification settings - Fork 4k
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
DbSubnetGroupName should not be specified for read replicas that are created in the same region as the master #5530
Labels
Comments
stevensu1977
added
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
labels
Dec 23, 2019
I use python/typescript , get same error |
1.19 have same issue , -_-! |
Any progress on this? |
Not yet, sorry :( I'll look into this today. |
skinny85
added a commit
to skinny85/aws-cdk
that referenced
this issue
Jan 8, 2020
…p name filled Changed the logic in DatabaseInstanceReadReplica to skip the 'dbSubnetGroupName' property if the replica is part of a stack with region equal to the region of the source instance stack. Fixes aws#5530
skinny85
added
p1
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Jan 8, 2020
skinny85
added a commit
to skinny85/aws-cdk
that referenced
this issue
Jan 8, 2020
…eReadReplica This works around the "DbSubnetGroupName should not be specified for read replicas that are created in the same region as the master" RDS validation. See hashicorp/terraform-provider-aws#528 (comment) for details. Fixes aws#5530
mergify bot
added a commit
that referenced
this issue
Jan 8, 2020
…eReadReplica (#5702) This works around the "DbSubnetGroupName should not be specified for read replicas that are created in the same region as the master" RDS validation. See hashicorp/terraform-provider-aws#528 (comment) for details. Fixes #5530 Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
I use DatabaseInstanceReadReplica create replicas in same region as master
DbSubnetGroupName should not be specified for read replicas that are created in the same region as the master
my code:
synth output:
Reproduction Steps
Error Log
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: