Skip to content

does bedrock support vpc endpoints ?

0

does bedrock support vpc endpoints ?

asked 2 years ago5.5K views

2 Answers
2

Yes, You can use AWS PrivateLink (Interface endpoints ) to create a private connection between your VPC and Amazon Bedrock. You can access Amazon Bedrock as if it were in your VPC, without the use of an internet gateway, NAT device, VPN connection, or AWS Direct Connect connection. Instances in your VPC don't need public IP addresses to access Amazon Bedrock.

Please check the considerations for the Bedrock API's that are allowed VPC Interface end point [1].

References

  1. https://docs.aws.amazon.com/bedrock/latest/userguide/vpc-interface-endpoints.html#vpc-endpoint-considerations
AWS

answered 2 years ago

EXPERT

reviewed 2 years ago

1

Yes, Amazon Bedrock supports VPC endpoints. You can use interface VPC endpoints (powered by AWS PrivateLink) to create a private connection between your VPC and Amazon Bedrock. This allows instances in your VPC to communicate with Amazon Bedrock without requiring public IP addresses, internet gateways, NAT devices, VPN connections, or AWS Direct Connect.

Amazon Bedrock supports making API calls through VPC endpoints for different categories of services:

  1. Amazon Bedrock Control Plane API actions (endpoint prefix: bedrock)
  2. Amazon Bedrock Runtime API actions (endpoint prefix: bedrock-runtime)
  3. Amazon Bedrock Agents Build-time API actions (endpoint prefix: bedrock-agent)
  4. Amazon Bedrock Agents Runtime API actions (endpoint prefix: bedrock-agent-runtime)

By using VPC endpoints with Amazon Bedrock, you can enhance the security of your data and applications. This setup prevents your data from being exposed to the public internet and allows you to control access to Amazon Bedrock through endpoint policies. It's particularly useful for maintaining compliance with regulations like GDPR and HIPAA, as it helps protect sensitive data while building generative AI applications.
Sources
Use interface VPC endpoints (AWS PrivateLink) to create a private connection between your VPC and Amazon Bedrock - Amazon Bedrock
Community | Build GenAI Applications Using Amazon Bedrock With AWS PrivateLink To Protect Your Data Privacy
Use AWS PrivateLink to set up private access to Amazon Bedrock | AWS Machine Learning Blog

answered 2 years ago

EXPERT

reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.