Back to news
cloud Priority 4/5 4/26/2026, 11:05:46 AM

Amazon Bedrock AgentCore Gateway and Identity Now Support VPC Egress for Enhanced Network Security

Amazon Bedrock AgentCore Gateway and Identity Now Support VPC Egress for Enhanced Network Security

AWS has updated Amazon Bedrock AgentCore Gateway and Identity to support egress traffic through a Virtual Private Cloud. This enhancement enables agents to interact with private resources while maintaining a secure network perimeter. By routing traffic through the VPC, organizations can apply existing security groups and network access control lists to their AI agent interactions for better compliance.

#aws#cloud#official#marketing:marchitecture/artificial-intelligence

Comparison

AspectBefore / AlternativeAfter / This
Network PathPublic internet endpointsPrivate VPC subnets
Security ControlsIAM policies onlyIAM, Security Groups, and NACLs
Resource AccessLimited to public APIsInternal DBs and private VPC resources
Traffic MonitoringCloudTrail audit logsVPC Flow Logs and CloudTrail integration

Action Checklist

  1. Identify internal resources required by the Bedrock agent Map out private databases or APIs that require secure connectivity
  2. Configure VPC subnets and security groups Ensure the security groups allow necessary outbound traffic to your resources
  3. Update IAM roles for Bedrock agents Include permissions for creating and managing elastic network interfaces
  4. Enable VPC egress in Agent settings Apply the network configuration to the specific agent via the AWS Console or SDK
  5. Monitor connectivity using VPC Flow Logs Verify that traffic is correctly routed through the intended network paths

Source: AWS What's New

This page summarizes the original source. Check the source for full details.

Related