article thumbnail

Amazon Bedrock Guardrails announces IAM Policy-based enforcement to deliver safe AI interactions

AWS Machine Learning

Beyond Amazon Bedrock models, the service offers the flexible ApplyGuardrails API that enables you to assess text using your pre-configured guardrails without invoking FMs, allowing you to implement safety controls across generative AI applicationswhether running on Amazon Bedrock or on other systemsat both input and output levels.

article thumbnail

Enable Amazon Bedrock cross-Region inference in multi-account environments

AWS Machine Learning

Importantly, cross-Region inference prioritizes the connected Amazon Bedrock API source Region when possible, helping minimize latency and improve overall responsiveness. v2 using the Amazon Bedrock console or the API by assuming the custom IAM role mentioned in the previous step ( Bedrock-Access-CRI ).

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Use Amazon Bedrock tooling with Amazon SageMaker JumpStart models

AWS Machine Learning

Today, we’re excited to announce a new capability that allows you to deploy over 100 open-weight and proprietary models from Amazon SageMaker JumpStart and register them with Amazon Bedrock , allowing you to seamlessly access them through the powerful Amazon Bedrock APIs.

APIs 106
article thumbnail

Integrate generative AI capabilities into Microsoft Office using Amazon Bedrock

AWS Machine Learning

Note that these APIs use objects as namespaces, alleviating the need for explicit imports. API Gateway supports multiple mechanisms for controlling and managing access to an API. AWS Lambda handles the REST API integration, processing the requests and invoking the appropriate AWS services.

APIs 113
article thumbnail

Security best practices to consider while fine-tuning models in Amazon Bedrock

AWS Machine Learning

By employing a VPC interface endpoint, you can make sure communication between your VPC and the Amazon Bedrock API endpoint occurs through a PrivateLink connection, rather than through the public internet. The following code is a sample resource policy. Provide your account, bucket name, and VPC settings. Choose Create roles.

article thumbnail

Amazon SageMaker JumpStart adds fine-tuning support for models in a private model hub

AWS Machine Learning

These can be added as inline policies in the users IAM role (use the Region configured in Step 3): { "Version": "2012-10-17", "Statement": [ { "Action": "s3:*", "Effect": "Deny", "Resource": [ "arn:aws:s3:::jumpstart-cache-prod- ", "arn:aws:s3:::jumpstart-cache-prod- /*" ], "Condition": { "StringNotLike": {"s3:prefix": ["*.ipynb",

APIs 110
article thumbnail

Secure distributed logging in scalable multi-account deployments using Amazon Bedrock and LangChain

AWS Machine Learning

This is accomplished through the AWS STS AssumeRole API operation , which establishes the necessary cross-account relationship. This asymmetric quota consumption means that the operations account doesnt deplete their AWS STS service quotas when responding to API requests from customer accounts.