Skip to content

Commit

Permalink
add s3 batch inference-po
Browse files Browse the repository at this point in the history
licy attachment
  • Loading branch information
Emterry committed Jan 16, 2025
1 parent 688ca19 commit 25bf541
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,7 @@ resource "aws_iam_policy" "bedrock_batch_inference_s3_access" {
policy = data.aws_iam_policy_document.bedrock_batch_inference_s3_access.json
}

resource "aws_iam_role_policy_attachment" "bedrock_batch_inference_s3_access" {
role = aws_iam_role.bedrock_batch_inference.name
policy_arn = aws_iam_policy.bedrock_batch_inference_s3_access.arn
}

0 comments on commit 25bf541

Please sign in to comment.