1Z0-1072-25 Question 247
Single answerYour organization has created a replication policy to copy critical data from a source bucket in the Phoenix region to a target bucket in the Ashburn region for compliance. After configuring the policy, newly uploaded objects are not replicating to the target region. Which action must you take to resolve this issue?
- A
Recreate the target bucket in the same compartment to match the source bucket settings precisely.
- B
Assign an IAM policy that grants the Object Storage service permission to replicate objects from the source to the target region.
- C
Enable cross-region block volume replication in both the source and target regions for the bucket.
- D
Update the replication policy by re-assigning the same compartments for both the source and target buckets.
Show answer and explanation
Correct answer: B
Explanation
For Object Storage replication to work across regions, you must configure a replication policy on the source bucket and define an IAM policy that explicitly grants the Object Storage service permission to replicate objects to the target region. Refer to Oracle's official documentation on Object Storage replication policies and IAM best practices for the necessary policy statements. Ensuring the correct IAM permissions is crucial for successful data replication.
- A. Incorrect.
Recreating the bucket in the same compartment typically does not address replication policy issues. Replication relies on proper IAM and replication policy configuration, not just matching names or compartments.
- B. Correct.
This is the correct answer. Object Storage replication requires an IAM policy that allows the Object Storage service to replicate objects from the source region to the target region. Without this IAM permission, the data will not be replicated correctly.
- C. Incorrect.
Cross-region block volume replication is a different feature entirely. It does not affect Object Storage buckets. Enabling it will not resolve Object Storage replication issues.
- D. Incorrect.
While both buckets should ideally reside in compartments that you have permissions to replicate between, merely re-assigning compartments does not guarantee replication will start. The missing piece is usually the IAM policy granting Object Storage the ability to replicate objects.