DEA-C01 Exam QuestionsBrowse all questions from this exam

DEA-C01 Exam - Question 119


A company stores logs in an Amazon S3 bucket. When a data engineer attempts to access several log files, the data engineer discovers that some files have been unintentionally deleted.

The data engineer needs a solution that will prevent unintentional file deletion in the future.

Which solution will meet this requirement with the LEAST operational overhead?

Show Answer
Correct Answer: B

Enabling S3 Versioning for the S3 bucket is the best solution to prevent unintentional file deletions with the least operational overhead. S3 Versioning keeps multiple versions of an object in the same bucket. When versioning is enabled, every time an object is overwritten or deleted, a new version of that object is created, and the previous version is retained. This ensures that no data is lost permanently due to accidental deletions or overwrites.

Discussion

3 comments
Sign in to comment
Bmaster
Jun 30, 2024

B is good..

HunkyBunkyOption: B
Jul 2, 2024

B - is right answer

sdas1
Jul 2, 2024

S3 Versioning keeps multiple versions of an object in the same bucket. When you enable versioning, every time an object is overwritten or deleted, a new version of that object is created, and the previous version is retained. This ensures that no data is lost permanently due to accidental deletions or overwrites.