My AWS S3 bucket data not available suddenly without deleting.

0

My AWS S3 bucket data not available suddenly without deleting. How to recover it or get back all data?

eqwal
질문됨 한 달 전350회 조회
2개 답변
2

Your data could not be lost due to hardware failure because data S3 redundantly store objects on multiple devices across a minimum of three Availability Zones in an AWS Region https://docs.aws.amazon.com/AmazonS3/latest/userguide/DataDurability.html

You can check Cloudtrail for the event of Deleting objects from S3 https://docs.aws.amazon.com/AmazonS3/latest/userguide/cloudtrail-logging-s3-info.html#cloudtrail-object-level-tracking

to protect you object from unintentional deleting you can use S3 versioning https://docs.aws.amazon.com/AmazonS3/latest/userguide/Versioning.html

or use MFA to avoid intentional object removal https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiFactorAuthenticationDelete.html

profile picture
전문가
답변함 한 달 전
profile picture
전문가
Artem
검토됨 한 달 전
profile picture
전문가
검토됨 한 달 전
  • how to get it back?

  • CloudTrail is the best option to know what happened, but data events logging must have been previously configured.

1

Hello,

As you have tagged your question with S3 Glacier, most likely, you are referring to the fact that you cannot retrieve your data immediately. To retrieve data from an Archive Storage class, you need to request the data first.

https://docs.aws.amazon.com/AmazonS3/latest/userguide/restoring-objects-retrieval-options.html

Also, maybe you have enabled lifecycle configuration, which may have deleted the data. In that case, you cannot get the data back if you have not enabled versioning.

If you have chosen the RRS storage class, which offers very low durability, data might get lost due to hardware failure.

profile picture
Julian
답변함 한 달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인