Dataset builders

bedrockbot

bedrockbot is a bot operated by Amazon that crawls pages into a dataset that may be reused or shared with third parties. Connects to and crawls URLs that have been selected for use in a user's AWS bedrock application. It is documented as honouring robots.txt, but no IP range list or reverse-DNS convention is published, so a request carrying this user agent cannot be proven genuine.

Verify an IP that claimed to be bedrockbot

No operator check exists for bedrockbot, so this will not be able to confirm the name. What it can still tell you is what the address actually is: which network announces it, and whether it is a hosting range, a residential proxy or a Tor exit.

bedrockbot at a glance

Reference data for the bedrockbot crawler
User agentbedrockbot

Token only. The operator has not published a full user-agent string, so match on the substring rather than an exact header.

OperatorAmazon
PurposeData scraping for custom AI applications.
Respects robots.txtYes, documentedsource
Verification methodNone published, user agent only

Runs from an AWS customer account, so the source IP belongs to whoever configured the Bedrock knowledge base rather than to AWS as a crawler operator.

https://docs.aws.amazon.com/bedrock/latest/userguide/webcrawl-data-source-connector.html
Crawl patternNot published
Robots.txt tokensbedrockbot
Operator documentationNone published

Connects to and crawls URLs that have been selected for use in a user's AWS bedrock application.

robots.txt

Allow or block bedrockbot

Paste one of these into the robots.txt file at the root of your domain. Rules are per token, so a block on one crawler leaves every other bot untouched.

Block bedrockbot
User-agent: bedrockbot
Disallow: /

Blocks every path for this crawler only.

Allow bedrockbot
User-agent: bedrockbot
Allow: /

Explicit allow. Useful when a wildcard rule above it would otherwise catch this crawler.

Allow, except the pages you never want quoted
User-agent: bedrockbot
Allow: /
Disallow: /account/
Disallow: /checkout/
Disallow: /search

Edit the Disallow paths to match your own account, checkout and search URLs.

What blocking actually costs you

Blocking bedrockbot keeps your pages out of the datasets it builds from future crawls. It does not remove anything collected earlier, and how each operator uses or shares its data varies, so check their policy.

Block every crawler in the directory at once
Verification

Is that really bedrockbot?

A user-agent header is a string the client chooses. Scrapers copy bedrockbot precisely because site owners allow it. Runs from an AWS customer account, so the source IP belongs to whoever configured the Bedrock knowledge base rather than to AWS as a crawler operator.

Paste the IP address from your access log below. You will see whether it belongs to a hosting provider, a residential proxy pool or a Tor exit, plus the ASN that announces it, which is what tells you whether the claim holds up.

Other crawlers run by Amazon

Related crawlers

Agentscan

Identify crawlers automatically instead of by hand

Agentscan checks a request against published crawler ranges, reverse DNS and hosting data, then returns a verdict your edge can act on. One call per request, no range files to keep up to date.

FAQ

bedrockbot questions

bedrockbot is a bot operated by Amazon that crawls pages into a dataset that may be reused or shared with third parties. Connects to and crawls URLs that have been selected for use in a user's AWS bedrock application. It is documented as honouring robots.txt, but no IP range list or reverse-DNS convention is published, so a request carrying this user agent cannot be proven genuine.