AIF-C01 • Practice Test 2 — 25 Questions
Free AIF-C01 practice test 2 — 25 questions with explanations. No signup required.
A security engineer creates the above IAM policy to allow a user to invoke an Amazon Bedrock model. However, invocation fails. What is the issue?
Refer to the exhibit.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "bedrock:InvokeModel",
"Resource": "arn:aws:bedrock:us-east-1:123456789012:model/amazon.titan-text-express-v1"
}
]
}