
Explanation:
To restrict employee access to specific foundation models (FMs) within Amazon Bedrock, the optimal solution is to use AWS Identity and Access Management (IAM) policies. Here's why:
InvokeModel to specific model IDs.To implement this solution, create an IAM policy with a Deny effect for all Bedrock models, then add Allow statements for specific model ARNs that employees should access. This follows the principle of least privilege, ensuring employees only have access to necessary resources.
This approach aligns with AWS security best practices and provides the precise control required by the scenario.
Ultimate access to all questions.
No comments yet.
A company has enabled Amazon Bedrock for application development and needs to limit employee access to only certain models within Amazon Bedrock.
What solution fulfills this requirement?
A
Use AWS Identity and Access Management (IAM) policies to restrict model access.
B
Use AWS Security Token Service (AWS STS) to generate temporary credentials for model use.
C
Use AWS Identity and Access Management (IAM) service roles to restrict model subscription.
D
Use Amazon Inspector to monitor model access.