DBS-C01 Workload-Specific Database Design • Set 16
DBS-C01 Workload-Specific Database Design Practice Test 16 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. A database specialist is troubleshooting an issue where an application cannot connect to an RDS for MySQL instance using IAM database authentication. The application uses the database user 'db_user1'. The IAM policy shown is attached to the IAM role used by the application. What is the most likely reason for the connection failure?
Consider the following IAM policy attached to an RDS DB instance:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "rds-db:connect",
"Resource": "arn:aws:rds-db:us-east-1:123456789012:dbuser:db-ABCDEFGHIJKL01234/db_user1"
}
]
}