aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.7k stars 3.93k forks source link

Bedrock: Cross Region Inference Constructs #31957

Open jdebuseamazon opened 3 weeks ago

jdebuseamazon commented 3 weeks ago

Describe the feature

Abstractions for Bedrock cross region inference profiles and their identifiers (see), similar to those for Bedrock foundation models (see)

Use Case

To grant a principal permission to invoke a cross region inference profile along with the associated foundational model in all supported regions. For example (see), the US Anthropic Claude 3 Haiku profile is supported in us-east-1 and us-west-2. To invoke this profile in us-east-1 a principal must have permission to invoke the profile in us-east-1 and the Anthropic Claude 3 Haiku foundation model in us-east-1 and us-west-2.

Proposed Solution

No response

Other Information

The abstractions may also be useful for #31570

Acknowledgements

CDK version used

2.164.1

Environment details (OS name and version, etc.)

macOS Sequoia 15.1

ashishdhingra commented 3 weeks ago

@jdebuseamazon Thanks for the PR contribution