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 request: support restoration of DynamoDB Continuous Backups and Point-In-Time Recovery (PITR) #4558

Closed
MichaelPereira opened this issue May 16, 2018 · 5 comments · Fixed by #19292
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/dynamodb Issues and PRs that pertain to the dynamodb service.
Milestone

Comments

@MichaelPereira
Copy link

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 "me too" comments, 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

Since the support of Point-in-Time-Revocery added with #4063, it is now possible to save continuous backups via Terraform, but restoring them is still only possible through the Console or AWS API. It would be great to be able to also restore a dynamodb_table as a new resource created from the latest restorable time or a specific restorable time, similarly to what can be done with the snapshot_identifier for rds instances

New or Affected Resource(s)

Potential Terraform Configuration

An example usage in a DynamoDB module would possible look like this:

resource "aws_dynamodb_table" "default" {
  name           = "example"
  hash_key       = "${var.hash_key}"
  range_key      = "${var.range_key}"

  point_in_time_recovery {
    restore_date_time = "${var.point_in_time_recovery_date_time}"
  }

References

@bflad bflad added enhancement Requests to existing resources that expand the functionality or scope. service/dynamodb Issues and PRs that pertain to the dynamodb service. labels May 18, 2018
@iperica
Copy link

iperica commented Mar 7, 2019

Hi, any update when this feature will be available?

@satyamsaty
Copy link

Hi , any update on this .When this feature will be available .

@AntonioDBA
Copy link

Is this in progress?

@github-actions
Copy link

This functionality has been released in v3.70.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

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 May 24, 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/dynamodb Issues and PRs that pertain to the dynamodb service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants