Open aws-rafams opened 2 months ago
Support in Knowledge Bases and thus Prompt Management has arrived. Will create a PR after #668 gets merged.
Waiting for Application Inference Profiles to be exposed through CFN/CDK. (link to feature release)
CFN Spec updated, awaiting release in CDK.
It is available as of CDK v2.166 -> https://github.com/aws/aws-cdk/pull/32007
Describe the feature
An inference profile in the context of Amazon Bedrock is a configuration that allows you to route model inference traffic to multiple AWS Regions for increased availability and throughput. https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference-support.html
Use Case
Add inference profiles for improved availability and to access certain models which are only available in certain regions through the usage of inference profiles.
Proposed Solution
Define
BedrockInferenceProfile
as follows:doing so, the definition of the Inference Profile would be as follows:
Other Information
No response
Acknowledgements