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

asked a year ago244 views
1 Answer
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
SUPPORT ENGINEER
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions