2개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
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"
}
}
답변함 3년 전
관련 콘텐츠
- 질문됨 5일 전
- AWS 공식업데이트됨 3년 전
- AWS 공식업데이트됨 8달 전
- AWS 공식업데이트됨 2년 전
- AWS 공식업데이트됨 일 년 전