Greetings,
I have configured AWS backups under FR11.22 and the backups are running as HOTADD instead of using the new EBS Direct Read APIs.
We are using an IAM Role method on the VSA, and the following Allow EBS permissions are have been added for “Resource : *”
"ebs:GetSnapshotBlock",
"ebs:ListChangedBlocks",
"ebs:ListSnapshotBlocks",
However, the follow appears in vsbkp.log.
31965 7d01 04/13 18:23:52 215259 AmazonCompute::CheckPermissions() - Action: [ebs:ListSnapshotBlocks] EvalDecision: [implicitDeny]
31965 7d01 04/13 18:23:52 215259 AmazonCompute::CheckPermissions() - Action: [ebs:GetSnapshotBlock] EvalDecision: [implicitDeny]
31965 7d01 04/13 18:23:52 215259 CAmazonInfo::CheckDirectReadPermissions() - Insufficient permissions for EBS direct read
31965 7d01 04/13 18:23:52 215259 CAmazonInfo::SelectMountMode() - Selected Mode: [HOTADD]
What am I missing ? :)