-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bedrock batch inference #6524
Bedrock batch inference #6524
Conversation
Terraform Component 🧱:
|
Terraform Component 🧱:
|
terraform/aws/analytical-platform-development/cluster/iam-policies.tf
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks technically sound which is awesome.
There are naming inconsistencies here between resources, which makes tracking which policy and document does what difficult. I made some suggestions around the naming of the s3 access policies but the bedrock doc/policy/role/attachment need to be fixed up.
Most importantly, I am not sure this belongs in the cluster section. These are tooling-related resources, they should be in tooling-iam folder.
terraform/aws/analytical-platform-development/cluster/iam-policies.tf
Outdated
Show resolved
Hide resolved
terraform/aws/analytical-platform-development/cluster/iam-policies.tf
Outdated
Show resolved
Hide resolved
terraform/aws/analytical-platform-development/cluster/iam-policies.tf
Outdated
Show resolved
Hide resolved
terraform/aws/analytical-platform-development/cluster/iam-policies.tf
Outdated
Show resolved
Hide resolved
terraform/aws/analytical-platform-development/cluster/iam-policies.tf
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Pull Request Objective
Adding necessary roles and policies to allow Bedrock batch inference to be consumed by users
This piece of work is being tracked in this issue #6253