AWS S3 on-demand backup: Resource ARN is not valid

0

Im trying to backup my s3 bucket on aws. It should be pretty straightforward but for some reason i get 'Resource ARN is not valid' error for the bucket that im trying to backup. Versioning is enabled , permissions are there. Has anybody encountered something similar? Or is it a bug?

Here is a snapshot:snapshot

質問済み 1年前254ビュー
1回答
0

Hello,

The behavior you are witnessing is generally observed when the IAM role that is initiating the backup job for S3 is missing permissions required to create S3 backups such as, AWSBackupServiceRolePolicyForS3Backup and AWSBackupServiceRolePolicyForS3Restore.

Note : the above mentioned policies are different from AWSBackupServiceRolePolicyForBackup and AWSBackupServiceRolePolicyForRestore and are required as one time setup for creating S3 backups/restore. You may find this specified in the following document.

[+] Permissions and policies for Amazon S3 backup and restore - https://docs.aws.amazon.com/aws-backup/latest/devguide/s3-backups.html#one-time-permissions-setup

Thus, you may once verify if the said permissions are missing and append those.

Further, internal Backup team is aware that the reflected error could be misleading and hence is actively working on addressing this.

Thank you !

AWS
サポートエンジニア
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ