This topic describes how to grant backup file download permissions to a RAM user who only has read permissions. For security purposes, a RAM user with read-only permissions cannot download backup files.
Procedure
- Log on to the RAM console.
- In the left-side navigation pane, choose .
- Click Create Policy and specify the parameters:
The policy contains the following content:
{ "Statement": [ { "Effect": "Allow", "Action": [ "rds:Describe*", "rds:ModifyBackupPolicy", "rds:CheckRegionSupportBackupEncryption" ], "Resource": "*" } ], "Version": "1" }
- Click OK.
- In the left-side navigation pane, choose .
- Click Add Authorization to attach the new permission policy to the RAM user.
- Click OK.