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
已提問 9 個月前檢視次數 274 次
2 個答案
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
支援工程師
已回答 9 個月前
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
已回答 9 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南