Document DB snapshot restore#168
Conversation
denniskuijs
left a comment
There was a problem hiding this comment.
Looks good! For internal use, we can make use of the SSM documents that are provisioned in each AWS account. They handle the entire rollback process for you.
|
@denniskuijs I'm not familiar with the SSM documents, could you add a section explaining how they could be used for rollback to a specific day? |
|
@codex review |
There was a problem hiding this comment.
Pull request overview
Adds documentation to the developer guide describing how to restore/attach a Document DB snapshot (EBS snapshot of Docker volumes) to EC2 instances for recovery/testing workflows.
Changes:
- Documented creating/attaching a snapshot-derived volume to a new EC2 instance (via Provision Host action/script).
- Documented automated rollback for existing instances using AWS SSM (
replace_volume/attach_volumeautomation). - Documented a manual rollback process, including mounting the volume and running a temporary PostgreSQL container against the snapshot.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: abfcd7486f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
No description provided.