-
Notifications
You must be signed in to change notification settings - Fork 4k
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: support grant access to models for FoundationModel #29855
Comments
Yes, we should add that method here and implement it using custom resources. Making this a feature request. Please help us prioritize with 👍 |
By the way, do you see any relevant SDK methods for this action? I am looking at this doc but I can't find relevant methods. |
I personally did not. I too tried looking within the SDK docs, aws cli, and even the gen ai constructs library under awslabs. From what I could come across, it looked like the model access might be a marketplace subscription under the hood. https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html |
Given that there are not SDK calls for this and that this is a brand new module, I don't actually believe that we should do this at this point. The service team just released their first set of resources two weeks ago and trying to build over that with custom resources is a little premature. If they then release official resources that enables this, we'll need to deprecate our custom resource and that will cause churn. |
Describe the feature
I would like a programmatic way to grant access to Bedrock models.
Use Case
Before using a model, a user will need to grant access to the model. A user might want to do this programmatically within CDK.
Proposed Solution
Something along the lines of this. It could be a wrapper around a custom resource.
Other Information
No response
Acknowledgements
CDK version used
2.137.0
Environment details (OS name and version, etc.)
macOS 14.4.1
The text was updated successfully, but these errors were encountered: