1
Applications of Foundation Models
hard
Refer to the exhibit. An IAM policy is attached to a user. Which models can the user invoke?
Exhibit
Refer to the exhibit.
```
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "bedrock:InvokeModel",
"Resource": "arn:aws:bedrock:us-east-1:123456789012:model/anthropic.claude-v2"
},
{
"Effect": "Deny",
"Action": "bedrock:InvokeModel",
"NotResource": "arn:aws:bedrock:us-east-1:123456789012:model/anthropic.claude-v2"
}
]
}
```