
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company wants to back up its on-premises virtual machines (VMs) to AWS. The company's backup solution exports on-premises backups to an Amazon S3 bucket as objects. The S3 backups must be retained for 30 days and must be automatically deleted after 30 days.
Which combination of steps will meet these requirements? (Choose three.)
A
Create an S3 bucket that has S3 Object Lock enabled.
B
Create an S3 bucket that has object versioning enabled.
C
Configure a default retention period of 30 days for the objects.
D
Configure an S3 Lifecycle policy to protect the objects for 30 days.
E
Configure an S3 Lifecycle policy to expire the objects after 30 days.
F
Configure the backup solution to tag the objects with a 30-day retention period
Explanation:
To meet the requirements of backing up on-premises VMs to Amazon S3 with 30-day retention and automatic deletion, the correct combination is:
B. Create an S3 bucket that has object versioning enabled.
C. Configure a default retention period of 30 days for the objects.
E. Configure an S3 Lifecycle policy to expire the objects after 30 days.
A. Create an S3 bucket that has S3 Object Lock enabled.
D. Configure an S3 Lifecycle policy to protect the objects for 30 days.
F. Configure the backup solution to tag the objects with a 30-day retention period
This combination provides both the required retention protection and automatic cleanup after the retention period ends.