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

[Feature]: Enable Write forwarding on Aurora RDS Global Database Clusters #14457

Closed
dkheyman opened this issue Aug 3, 2020 · 6 comments · Fixed by #17111
Closed

[Feature]: Enable Write forwarding on Aurora RDS Global Database Clusters #14457

dkheyman opened this issue Aug 3, 2020 · 6 comments · Fixed by #17111
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/rds Issues and PRs that pertain to the rds service.
Milestone

Comments

@dkheyman
Copy link

dkheyman commented Aug 3, 2020

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

A new feature for AWS Aurora Global Database called write forwarding. This enables customers to forward write-only queries sent originally to Read Replica secondary clusters to the primary cluster for processing, without manually configuring anything, or network connectivity cross-region required. This needs to be supported in Terraform. It's a fairly simple change to the existing resource syntax.

New or Affected Resource(s)

  • aws_rds_cluster

Potential Terraform Configuration

resource "aws_rds_cluster" "secondary-instance" {
  cluster_identifier      = "aurora-cluster-demo"
  availability_zones      = ["us-west-2a", "us-west-2b", "us-west-2c"]
  backup_retention_period = 5
  global_cluster_identifier = my-global-cluster
  source_region = us-east-1
  preferred_backup_window = "07:00-09:00"
  **enable_write_forwarding = true**
}

References

@dkheyman dkheyman added the enhancement Requests to existing resources that expand the functionality or scope. label Aug 3, 2020
@ghost ghost added the service/rds Issues and PRs that pertain to the rds service. label Aug 3, 2020
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Aug 3, 2020
@ewbankkit
Copy link
Contributor

@ewbankkit ewbankkit removed the needs-triage Waiting for first response or review from a maintainer. label Aug 6, 2020
@yehudacohen
Copy link
Contributor

Needed this pretty urgently for a project so picked it up quickly. It's my first contribution to this repo, so not sure about etiquette here. I hope this is okay.

@Crozin
Copy link

Crozin commented Jul 13, 2021

Any update on this?

@FaizRasool
Copy link

any update on this?

@github-actions
Copy link

This functionality has been released in v3.63.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
Copy link

github-actions bot commented Jun 2, 2022

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/rds Issues and PRs that pertain to the rds service.
Projects
None yet
5 participants