Your organization is using Oracle Cloud Infrastructure (OCI) and wants to setup a disaster recovery plan by copying block volume backups to another region at regular intervals.
This makes it easier to rebuild applications and data in the destination region if a region wide disaster occurs in the source region.
Which IAM Policy statement allows the VolumeAdmins group to copy volume backups between regions? (Choose the best answer.)
Click on the arrows to vote for the correct answer
A. B. C. D.B.
https://docs.cloud.oracle.com/en-us/iaas/Content/Block/Tasks/copyingvolumebackupcrossregion.htm#Copying_a_Volume_Backup_Between_RegionsThe correct IAM Policy statement that allows the VolumeAdmins group to copy volume backups between regions is option D: "Allow group VolumeAdmins to copy volume backups in tenancy."
Explanation:
Option A: "Allow group VolumeAdmins to inspect volumes in tenancy" is not the correct policy statement because it only allows the VolumeAdmins group to inspect volumes, not to copy volume backups.
Option B: "Allow group VolumeAdmins to use backups in tenancy" is not the correct policy statement because it only allows the VolumeAdmins group to use backups, not to copy them between regions.
Option C: "Allow group VolumeAdmins to manage volumes in tenancy" is not the correct policy statement because it only allows the VolumeAdmins group to manage volumes, not to copy volume backups.
Option D: "Allow group VolumeAdmins to copy volume backups in tenancy" is the correct policy statement because it allows the VolumeAdmins group to copy volume backups within the tenancy. This policy statement gives the VolumeAdmins group the necessary permissions to copy the backups between regions, which is a crucial step in setting up a disaster recovery plan.
In summary, Option D is the correct IAM Policy statement that allows the VolumeAdmins group to copy volume backups between regions.