An IAM policy that grants permissions to allow a user to only create a DB instance that must use specific DB parameter group and DB security group.

Missing Parameters
{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Action": [
                "rds:CreateDBInstance"
            ],
            "Effect": "Allow",
            "Resource": [
                "arn:aws:rds:::pg:",
                "arn:aws:rds:::secgrp:"
            ]
        }
    ]
}

Actions



Customize Template

Policy Parameters

* Required field