AWS Open search backfill mechanism

0

We have a use case in which we have to delete data from some indexes, within a specific time range. We are using a delete-post request which has time range and indexes on which deletion is performed. I wanna know if in case the wanted data gets deleted. Is there any support given by aws, to backfill our data back?

Madhur
asked 9 months ago263 views
2 Answers
1

Hi,

If you want to recover data that has been deleted in Amazon OpenSearch Cluster, following are the available options:

  1. Automated snapshots that are available for your cluster. At any time, automated snapshots of the last 14 days will be available[1].

  2. Any manual snapshots that you have taken yourself.

These snapshots can be used for cluster data recovery. However, it's crucial to ensure that the snapshots cover the specific time range of the data you want to recover.

Therefore, it's recommended to carefully manage and schedule your manual snapshots to align with your deletion strategy, ensuring that you have the ability to restore any wanted data that might be accidentally deleted.

[1] Creating index snapshots in Amazon OpenSearch Service - https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-snapshots.html

AWS
SUPPORT ENGINEER
answered 9 months ago
0

AWS does not have access to data you add or remove from the services. Please refer the following link for AWS shared responsibility model.

https://aws.amazon.com/compliance/shared-responsibility-model/

AWS
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions