2 Respostas
- Mais recentes
- Mais votos
- Mais comentários
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.
respondido há 2 anos
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
Conteúdo relevante
- feita há 10 dias
- feita há 24 dias
- AWS OFICIALAtualizada há 8 meses
- AWS OFICIALAtualizada há um ano
- AWS OFICIALAtualizada há um ano
I have configured it but still the same. Can you provide the steps, please??