You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IAM role uses the AWSBackupServiceRolePolicyForBackup policy, this policy does not contain the necessary permissions to back up s3 buckets.
A different built-in AWSBackupServiceRolePolicyForS3Backup policy should be used for s3 backups. https://github.com/cloudposse/terraform-aws-backup/blob/v1/main.tf#L129
Expected Behavior
The created IAM role also contains arn policies policy_arn = “arn:${data.aws_partition.current.partition}:iam::aws:policy/service-role/AWSBackupServiceRolePolicyForS3Backup”
Describe the Bug
The IAM role uses the
AWSBackupServiceRolePolicyForBackup
policy, this policy does not contain the necessary permissions to back up s3 buckets.A different built-in
AWSBackupServiceRolePolicyForS3Backup
policy should be used for s3 backups.https://github.com/cloudposse/terraform-aws-backup/blob/v1/main.tf#L129
Expected Behavior
The created IAM role also contains arn policies
policy_arn = “arn:${data.aws_partition.current.partition}:iam::aws:policy/service-role/AWSBackupServiceRolePolicyForS3Backup”
Steps to Reproduce
Screenshots
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: