s3 backup error to aws backup

0

I am facing an error when trying to backup s3 bucket to AWS backup....Everything i have check but gett the following error:

Unable to perform events:ListRules on AwsBackupManagedRule The backup job failed to create a recovery point for your resource arn:aws:s3:::hppp due to missing permissions on role arn:aws:iam::676968646773:role/service-role/AWSBackupDefaultServiceRole.

Help me out with this, if possible please provide steps to troubleshoot it.Thanks

2개 답변
0

The error gives you pretty much everything you need. The role you've supplied the service doesn't have the correct permissions to complete the task. Namely it's missing events:ListRules. I would look for a guide on configuring this service as it will likely have a sample IAM role that you can use.

답변함 일 년 전
  • I have configured it but still the same. Can you provide the steps, please??

0

Reason for the error is that you don't have the correct policies in your role. I will recommend you add this AWS managed policy (AWSBackupServiceRolePolicyForS3Backup) to to the roles you intend to use to backup.

Check out "Permissions and policies for Amazon S3 backup and restore" in the documentation below for more clarification. https://docs.aws.amazon.com/aws-backup/latest/devguide/s3-backups.html

AWS
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠