You must be logged in to view saved presets
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.
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"rds:CreateDBInstance"
],
"Effect": "Allow",
"Resource": [
"arn:aws:rds:::pg:",
"arn:aws:rds:::secgrp:"
]
}
]
}