AWS Bedrock Agents Integration

AWS Bedrock Agents use boto3/botocore with urllib3 as the HTTP transport layer. Their TLS fingerprints differ from standard Python httpx clients.

Known Fingerprints

ComponentUser-Agent PatternHTTP Client
boto3/botocoreBoto3/1.x.x md/Botocore#1.x.xurllib3
Bedrock RuntimeBoto3/1.x.x ... ua/2.0 os/linuxurllib3
Lambda-based agentVariesurllib3 or httpx

AWS IP Ranges

Bedrock agents run from AWS IP ranges. Cross-referencing JA4 with AWS IP ranges helps distinguish Bedrock from other Python traffic.

Related