cloudposse-releaser
released this
30 Aug 11:53
·
6 commits
to refs/heads/main
since this release
Support for additional policy for creating reserial copies of S3 buckets @obervinov (#89)
## what- Added an additional policy (AWSBackupServiceRolePolicyForS3Backup) to the IAM user being created.
- This allows the module to be used for creating backups of S3 buckets.
why
- Backing up S3 buckets was a missing feature necessary to fully cover the backup process through AWS Backup using this module.
- The IAM user created by this module lacked the additional AWSBackupServiceRolePolicyForS3Backup policy needed for S3 bucket backups.