2 Answers
- Newest
- Most votes
- Most comments
0
It's not supported. I tried to create a copy job, but the job failed with:
Copy job from us-east-1 to us-west-1 cannot be initiated for S3 resources. Feature is not supported for provided resource type.
aws backup start-copy-job \
--recovery-point-arn [REDACTED] \
--source-backup-vault-name [REDACTED] \
--destination-backup-vault-arn [REDACTED] \
--iam-role-arn [REDACTED]
aws backup describe-copy-job --copy-job-id [REDACTED]
{
"CopyJob": {
"AccountId": "[REDACTED]",
"CopyJobId": "[REDACTED]",
"SourceBackupVaultArn": "[REDACTED]",
"SourceRecoveryPointArn": "[REDACTED]",
"DestinationBackupVaultArn": "[REDACTED]",
"ResourceArn": "[REDACTED]",
"CreationDate": "2022-03-24T15:48:03.019000-04:00",
"CompletionDate": "2022-03-24T15:49:04.108000-04:00",
"State": "FAILED",
"StatusMessage": "Copy job from us-east-1 to us-west-1 cannot be initiated for S3 resources. Feature is not supported for provided resource type.",
"IamRoleArn": "[REDACTED]",
"CreatedBy": {},
"ResourceType": "S3"
}
}
answered 3 years ago
Relevant content
- Accepted Answerasked 2 months ago
- asked a year ago
- Accepted Answerasked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago