On the management console, choose Service List > Management & Governance > Identity and Access Management. On the displayed page, select Permissions and click Create Custom Policy.
You can also select JSON for Policy View and enter the following statements in Policy Content.
{ "Version": "1.1", "Statement": [ { "Action": [ "rds:instance:list" ], "Effect": "Allow" }, { "Action": [ "das:connections:list" ], "Effect": "Allow" } ] }