2 réponses
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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"
}
}
répondu il y a 3 ans
Contenus pertinents
- demandé il y a 10 mois
- demandé il y a un an
- demandé il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 4 mois
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans