1Z0-1072-25 Question 251
Select 2Your organization stores application logs in a Standard-tier Object Storage bucket in the US East region. Management requests a disaster recovery setup that replicates both newly created and existing logs to another Standard-tier bucket in the US West region. Which two statements correctly describe how to configure Object Storage replication for this scenario?
- A
Replication automatically includes all existing objects in the source bucket at the time the replication policy is created, requiring no additional tasks for older logs.
- B
You must create a replication policy on the source bucket that specifies the target bucket in the destination region, and this policy applies only to new or updated objects after it is enabled.
- C
To replicate objects that were in the source bucket before creating the replication policy, you must manually re-upload them or perform a bulk copy operation to the target bucket.
- D
You can configure cross-region replication only if both the source and target buckets use the Archive storage tier.
Show answer and explanation
Correct answers: B, C
Explanation
Object Storage cross-region replication in Oracle Cloud Infrastructure requires creating a replication policy on the source bucket, specifying a destination bucket in a supported region. By default, replication applies only to objects that are created or updated after the policy is in effect. Objects already in the source bucket before the policy� creation must be re-uploaded or copied manually to the target bucket. Refer to the OCI documentation on Object Storage replication for specific configuration steps and limitations.
- A. Incorrect.
Incorrect. Replication policies do not automatically copy objects that existed in the source bucket before the policy was created. Existing objects won't be replicated unless re-uploaded or bulk-copied.
- B. Correct.
Correct. When you enable a replication policy, it applies to new or modified objects from that point forward. This is the standard behavior for Object Storage replication.
- C. Correct.
Correct. If you want older objects created before the replication policy to exist in the target bucket, you must either manually re-upload them or use a copy operation to transfer them to the destination bucket.
- D. Incorrect.
Incorrect. Currently, Oracle Cloud Infrastructure supports cross-region replication for Standard-tier buckets. Archive-tier replication is not supported in this context.