AWS - Identity and Access Management
An IAM user has this policy:
{
"Effect": "Allow",
"Action": ["rds:DeleteDBInstance"],
"Resource": ["*"]
}What is the least privilege concern here?