DEA-C01 Data Operations and Support • Set 17
DEA-C01 Data Operations and Support Practice Test 17 — 15 questions with explanations. Free, no signup.
A data engineer has this IAM policy attached to their user. They are trying to create an Amazon EMR cluster with a custom service role 'EMR_CustomRole'. What will happen?
Refer to the exhibit.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "iam:PassRole",
"Resource": "arn:aws:iam::123456789012:role/EMR_DefaultRole"
},
{
"Effect": "Allow",
"Action": "elasticmapreduce:*",
"Resource": "*"
}
]
}