ZCSPM
Granting Access to AWS Backup
You can grant the ZCSPM data collector role access to your AWS Backup service to enable a security policy. ZCSPM requires the following access permissions to collect necessary configuration metadata:
- ListBackupVaults
- DescribeBackupVault
- ListTags
- See additional security policy covered with AWS Backup service access.Close
Security Policy Category Security Policy Title AWS - Data Protection Ensure that Amazon Backup vaults are using AWS CMKs for encryption of backup data
To grant AWS Backup service access to the ZCSPM data collector role, you must create an AWS IAM policy which grants access to AWS Backup service permissions:
- Log in to the AWS Console and navigate to the IAM service.
- In the left pane menu, click Roles under Access management.
- Select the demo-security-audit role.
- In the Permissions tab, click Attach policies.
- Click Create policy.
- In the Service drop-down menu, click Choose a service, then select Backup.
- In the Actions drop-down menu:
- Select List, then select ListBackupVaults
- Select Read, then select DescribeBackupVault and ListTags.
- In the Resources drop-down menu, select All resources.
- Click Next: Tags.
- On the Review policy page, enter the policy name.
- Click Create policy.
After you create the policy, you must associate the policy to the demo-security-audit role:
- In the left pane menu, click Roles under Access management.
- Select the demo-security-audit role.
- In the Permissions tab, click Attach policies.
- Select the created policy, then select Attach policy.