2 Respostas
- Mais recentes
- Mais votos
- Mais comentários
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"
}
}
respondido há 3 anos
Conteúdo relevante
- feita há 12 dias
- feita há 12 dias
- feita há um mês
- AWS OFICIALAtualizada há 2 anos
- AWS OFICIALAtualizada há 2 anos
- AWS OFICIALAtualizada há 2 anos
- AWS OFICIALAtualizada há 3 anos