amazon q business · 2026 full guide

Amazon Q Business — the enterprise assistant that reads your own data, safely.

Amazon Q Business is AWS's generative-AI assistant for the enterprise: connect it to 40+ data sources, and it answers questions, summarizes, and takes actions over your company's own content — while respecting each user's existing access permissions. This guide covers what it is, the connectors, how indexing and permission-aware retrieval actually work, building apps and plugins, the per-user pricing, admin setup, security and data handling, real use cases, and how it compares to Microsoft 365 Copilot.

data connectors
40+
pricing tiers
Lite / Pro
Pro list price
$20/user/mo
permission model
inherited ACLs
TL;DR
  • Amazon Q Business is a fully-managed enterprise assistant that does retrieval-augmented generation (RAG) over your own corporate data. You connect sources (S3, SharePoint, Salesforce, Confluence, Slack, Gmail, ServiceNow, and 30+ more), Q indexes them, and employees ask questions in natural language and get cited answers — without you building a RAG pipeline yourself.
  • It is permission-aware by design: Q ingests each document's access-control list (ACL) at index time and, at query time, only retrieves content the asking user is already entitled to see. A salesperson cannot surface HR salary docs through Q just because they're in the index.
  • Pricing is per-user per-month: Q Business Lite (~$3/user/mo) for basic Q&A, and Q Business Pro (~$20/user/mo) for the full feature set including plugins, actions, and Amazon Q in QuickSight. AWS funds GenAI build-out through credits; CloudRoute routes you to a vetted partner who stands the whole thing up — you pay $0 for the engagement.
definition

IWhat Amazon Q Business actually is

Amazon Q Business is a fully-managed, generative-AI–powered assistant that answers questions, generates content, and completes tasks using your enterprise's own systems and data. Think of it as a ChatGPT-style assistant that has securely read your company's wiki, file shares, ticketing system, and CRM — and will only tell each employee what that employee is allowed to know.

There are two products under the Amazon Q umbrella, and conflating them is the single most common confusion. Amazon Q Developer is the AI coding assistant for engineers — completions in the IDE, a chat that knows AWS, agents that write tests and upgrade Java. Amazon Q Business — the subject of this page — is the enterprise knowledge assistant for everyone else: support, sales, operations, finance, HR, legal. If you came here for the coding tool, you want the Q Developer page instead.

The core problem Q Business solves is that enterprise knowledge is scattered. The answer to "what's our refund policy for EU customers?" lives in a Confluence page; the relevant Salesforce account note is somewhere else; the Slack thread where the exception was approved is a third place; the signed contract PDF sits in SharePoint. A new support agent has to know all four systems exist and have access to each. Q Business collapses that into one natural-language question and returns a synthesized, cited answer with links back to every source document.

Mechanically, Q Business is a managed retrieval-augmented generation (RAG) application. RAG means the model does not answer from its training data alone — it first retrieves the most relevant passages from your indexed content, then grounds its generated answer in those passages. This is what keeps answers current (your data, not the model's 2024 training cut-off) and what makes citations possible. The crucial difference from a raw foundation model is that Q Business builds, hosts, secures, and maintains the entire retrieval pipeline for you: the connectors, the index, the embeddings, the ranking, the access-control enforcement, and the chat UI.

Q Business is also deeply tied to AWS IAM Identity Center for identity. Users sign in with their existing corporate identity (Okta, Microsoft Entra ID / Azure AD, Ping, or any SAML 2.0 / OIDC provider federated through IAM Identity Center), and Q resolves who they are so it can enforce their permissions. This identity grounding is what separates an enterprise assistant from a consumer chatbot.

one-sentence definition

Amazon Q Business is a managed, permission-aware RAG assistant that connects to 40+ enterprise data sources, indexes them, and lets employees ask natural-language questions — returning cited answers limited to what each user is already authorized to access.

getting your data in

IIThe 40+ data connectors

A RAG assistant is only as good as the data it can reach. Q Business ships a library of 40+ built-in connectors — managed, ACL-aware integrations that crawl a source system, pull documents and their permissions, and keep the index in sync on a schedule. You configure credentials and a sync frequency; AWS maintains the connector.

Connectors fall into rough families. File and document stores: Amazon S3, Microsoft SharePoint (Online and Server), OneDrive, Google Drive, Box, Dropbox, and Amazon WorkDocs. Wikis and knowledge bases: Atlassian Confluence (Cloud and Server), Notion, Guru, and Zendesk knowledge. Collaboration and messaging: Slack, Microsoft Teams, and Gmail. CRM and ITSM: Salesforce, ServiceNow, Zendesk, and Jira. Databases and search: Amazon RDS / Aurora, Amazon FSx, Amazon Kendra (as an existing retriever), web crawlers for public sites, and JDBC for arbitrary SQL databases.

Each connector does three things at sync time: (1) it crawls the source for documents, (2) it extracts text and metadata, and (3) — this is the part that matters most for the enterprise — it ingests the access-control list (ACL) attached to each document. A SharePoint document that's shared with only the Finance group carries that group membership into the Q index as metadata. The connector also captures field-level metadata (author, last-modified date, document type, custom fields) that can later be used for filtering and boosting.

Sync can run on a schedule (hourly, daily, custom) or on demand. Q tracks document changes incrementally after the first full crawl, so subsequent syncs only process what changed — keeping the index fresh without re-crawling everything. For sources without a native connector, you have two escape hatches: the custom document enrichment hooks (transform documents in-flight with a Lambda during ingestion) and the BatchPutDocument / custom data-source API, which lets you push documents into the index programmatically from any system you can write code against.

representative Amazon Q Business connectors by family · 2026
FamilyExample sourcesACL ingested?Typical use
File / document storesAmazon S3, SharePoint, OneDrive, Google Drive, Box, DropboxYesContracts, decks, specs, PDFs
Wikis / knowledge basesConfluence, Notion, Guru, Zendesk KBYesPolicies, runbooks, how-tos
Collaboration / messagingSlack, Microsoft Teams, GmailYesDecisions, threads, tribal knowledge
CRM / ITSMSalesforce, ServiceNow, Jira, ZendeskYesAccount notes, tickets, incidents
Databases / searchRDS / Aurora, FSx, Kendra, JDBC, web crawlerVariesStructured records, existing indexes
CustomBatchPutDocument API, custom data sourceYou supplyAnything without a native connector
The exact connector roster expands over time — check the Amazon Q Business connectors page in the AWS docs for the current list. The architectural point holds: connectors are ACL-aware and incremental.
the core mechanic

IIIHow indexing, retrieval, and access control actually work

This is the section worth reading twice. Q Business's value and its safety both come from one design choice: permissions are enforced at retrieval time, per user, on every query. Understanding the pipeline tells you why a competitor can't just bolt RAG onto a chatbot and call it enterprise-ready.

The lifecycle has two phases — ingestion (happens on a sync schedule) and query (happens per question). Getting the boundary right is the whole game.

Ingestion: building the index

When a connector syncs, each document is chunked into passages, converted to vector embeddings, and written to Q's managed index alongside its text, its metadata, and — critically — its ACL. The ACL records which users and groups are permitted to see that document in the source system. Q does not flatten everything into one readable blob; it preserves the principal-level permissions as first-class index metadata.

Group membership is resolved through IAM Identity Center, which Q maps to the groups in your identity provider (Entra ID, Okta, etc.). So a document shared with the "EMEA-Sales" group in SharePoint is associated, in the index, with the set of users who belong to EMEA-Sales — and that mapping updates as your directory changes.

Query: permission-aware retrieval

When a user asks a question, Q first identifies the user via IAM Identity Center, then retrieves candidate passages from the index filtered to only the documents that user's identity and group memberships entitle them to see. Passages the user can't access are never retrieved, never ranked, and never reach the model. The foundation model then generates an answer grounded only in that permitted, retrieved context, and returns citations to the specific source documents.

The consequence: Q cannot leak across permission boundaries. If Finance salary spreadsheets are indexed but a given engineer has no access to them in the source system, that engineer querying "what are the comp bands?" retrieves nothing from those files and gets either an answer from documents they can see or an honest "I couldn't find that." This is the property that lets you index sensitive corporate data without manufacturing a new data-exfiltration path.

Grounding, citations, and refusing to guess

Because answers are grounded in retrieved passages, Q can show its work: every response can cite the source documents it drew from, so a user can click through and verify. Admins can also tune whether Q is allowed to fall back to the model's general world knowledge when no relevant company document is found, or whether it should restrict answers strictly to retrieved enterprise content — a setting that matters a great deal in regulated environments where an ungrounded guess is worse than "not found."

why permission-aware retrieval is the headline feature

Most "chat with your docs" tools index everything into one pool and trust the prompt to behave. Q Business enforces source-system permissions at retrieval, per user, per query — so the assistant inherits your existing access model instead of bypassing it. That is the difference between a demo and something legal will let you ship.

beyond Q&A

IVBuilding apps, plugins, and actions

Out of the box, Q Business is a question-answering assistant over your content. But its more interesting use is as a platform: you can build branded assistant apps, wire in plugins that let it take actions in other systems, and embed the experience into your own tools.

A Q Business application is the top-level unit you create in the console: it has its own index, its own set of connected data sources, its own users and groups, and its own configuration. A large enterprise typically runs several applications — one for the support org, one for sales enablement, one for internal IT — each scoped to the right data and audience.

  • Application — The top-level container — its own index, data sources, users, and config. Run several, scoped per team.
  • Built-in plugins — Jira, ServiceNow, Salesforce, Microsoft Teams, PagerDuty, Smartsheet and more — take actions from chat.
  • Custom plugins — Register any API via an OpenAPI schema; Q invokes your internal services as governed actions.
  • Embedded web experience — Drop the assistant into your intranet/portal so it lives inside existing tools.
  • Q Apps — No-code shareable internal apps built from a prompt + data workflow, governed by admin policy.

Plugins and actions

Plugins extend Q from reading data to doing things. With the built-in plugins, a user can ask Q to create a Jira issue, open a ServiceNow ticket, look up a Salesforce opportunity, or send a message in Microsoft Teams — directly from the chat, without leaving the assistant. Q maps the natural-language request to the right API call, asks the user to confirm the parameters, and executes the action using the connected system's credentials and the user's own permissions.

Beyond the built-ins, you can register custom plugins against any third-party or internal API by supplying an OpenAPI schema. Q reads the schema, understands the available operations, and can then invoke your endpoints as actions. This turns Q into an action layer over your internal services: "raise a deployment freeze," "fetch the current on-call," "approve this PTO request" — each backed by your own API and governed by your own auth.

Embedded experiences and Q Apps

You can embed the Q Business web experience into your own portal or intranet with a few lines of configuration, so employees get the assistant inside tools they already use rather than a separate destination. Q Business also offers a lightweight app-builder (often referred to as Q Apps) that lets non-developers turn a useful prompt-and-data workflow into a small shareable internal app — for example, a "draft a customer-renewal email from this account's notes" app the whole CS team can reuse.

Admins control all of this centrally: which plugins are enabled, which data sources a given application can reach, whether end users may create their own apps, and what guardrail and topic controls apply. The platform is deliberately governable, because the buyers are enterprises that need to answer "who can do what, with which data?" before rollout.

what it costs

VPricing — Lite vs Pro, per user per month

Amazon Q Business is priced per user per month on a subscription basis, in two tiers, with index storage and document-volume considerations layered on top. The headline list prices below are representative as of 2026 — always confirm against the live AWS pricing page, as AWS adjusts these.

Q Business Lite (~$3 per user per month) covers the core conversational experience: ask questions, get cited answers over connected data, basic chat. It suits large populations of light, read-only users — for example, frontline staff who occasionally look something up.

Q Business Pro (~$20 per user per month) is the full feature set: everything in Lite plus plugins and actions, the app-creation capabilities, and access to Amazon Q in QuickSight (natural-language analytics and dashboard authoring over your BI data). Pro is the tier for power users — analysts, support leads, sales engineers — who need Q to take actions and work over structured data, not just answer questions.

A subtlety many teams miss: you can mix tiers within one application, assigning Lite to the broad population and Pro to the smaller set of power users, which keeps the blended per-seat cost down. Beyond seats, you pay for index capacity — Q provisions index units, each holding a bounded number of documents and a defined query throughput; very large corpora consume more index units. There is no separate per-query LLM token bill the way there is with raw Bedrock usage; the subscription bundles the model inference. Connector data transfer and any underlying AWS resources (e.g., the S3 buckets you keep source data in) bill normally.

Amazon Q Business Lite vs Pro · representative 2026 list pricing
CapabilityQ Business Lite (~$3/user/mo)Q Business Pro (~$20/user/mo)
Conversational Q&A over your dataYesYes
Cited answers + source linksYesYes
Document summarizationYesYes
Plugins + actions (Jira, ServiceNow, etc.)NoYes
Custom plugins (your APIs)NoYes
Create Q AppsLimitedYes
Amazon Q in QuickSight (NL analytics)NoYes
Best forBroad light read-only usersPower users, analysts, action-takers
Prices are representative as of 2026 — check the AWS Amazon Q Business pricing page for current rates. Index capacity is billed separately from seats; tiers can be mixed within one application to control blended cost.
standing it up

VIAdmin setup — from zero to a working assistant

Standing up Q Business is a console-and-config exercise, not a data-engineering project — that's the point of a managed service. The sequence below is the canonical path a partner (or your platform team) follows.

The whole flow happens in the Amazon Q Business console plus IAM Identity Center, and a small pilot can be live in days rather than the months a hand-built RAG stack would take.

  • 1 — Wire up identity — Connect AWS IAM Identity Center to your IdP (Entra ID, Okta, Ping, or SAML/OIDC). This is how Q knows who each user is and which groups they belong to — the foundation of permission-aware retrieval.
  • 2 — Create the application — In the console, create a Q Business application. It gets its own index; you choose the index capacity to match expected document volume.
  • 3 — Connect data sources — Add connectors (S3, SharePoint, Confluence, Salesforce, Slack, etc.), supply credentials, and set sync schedules. Q crawls each source and ingests documents plus ACLs.
  • 4 — Configure access + guardrails — Assign user/group access to the application, enable or restrict plugins, set topic-level guardrails (blocked subjects, response controls), and choose whether Q may use general model knowledge or answer strictly from your data.
  • 5 — Set the web experience — Brand and deploy the hosted web experience, or embed it into your portal. Decide who can create Q Apps.
  • 6 — Pilot, verify permissions, then expand — Test with a small group across permission levels — confirm a restricted user truly cannot retrieve restricted docs — then roll out to the broader org and add more sources.
the step teams skip and regret

Step 6's permission verification is non-negotiable. Before any wide rollout, log in as users at different access levels and confirm the boundaries hold against real sensitive documents. A misconfigured connector ACL mapping is the one way Q can over-share — catch it in the pilot, not in production.

trust & compliance

VIISecurity, compliance, and data handling

Because Q Business indexes a company's most sensitive content, AWS designed it around the data-handling guarantees enterprises require — and the same guarantees that apply to Amazon Bedrock, on which Q's model inference runs.

Your data is yours. Content you connect to Q Business is not used to train the underlying foundation models. Your queries, your documents, and the answers stay within your AWS environment and are not fed back into base-model training. This mirrors the Bedrock data-privacy posture and is usually the first question a security team asks.

Encryption and isolation. Data is encrypted in transit and at rest, with the option to use your own AWS KMS customer-managed keys for the index. Each Q Business application is logically isolated to your account, and you choose the AWS Region your data and index live in — important for data-residency requirements (EU, UK, etc.).

Identity-grounded access. As covered above, every retrieval is filtered by the asking user's identity and group memberships resolved through IAM Identity Center, so the assistant enforces your existing entitlements rather than creating a parallel access path. Admins get guardrails to block sensitive topics, control specific words/phrases, and constrain responses, plus admin controls over plugins and data scope.

Auditability and compliance. Administrative and usage activity is logged (via AWS CloudTrail and Q's own admin tooling), giving you the audit trail compliance teams need. Q Business runs within AWS's compliance envelope, and AWS publishes which compliance programs the service is in scope for (e.g., SOC, ISO, HIPAA eligibility, FedRAMP for relevant Regions) — confirm the current attestations for your specific requirement on AWS's compliance pages, as scope is updated over time.

  • Connected data is not used to train foundation models — it stays in your account and chosen Region.
  • Encryption in transit and at rest; optional customer-managed KMS keys for the index.
  • Per-user permission-aware retrieval via IAM Identity Center — inherits source-system ACLs.
  • Admin guardrails: blocked topics, word/phrase controls, grounded-vs-general answer mode.
  • CloudTrail + admin logging for auditability; runs inside AWS's compliance programs (verify current scope).
where it earns its keep

VIIIUse cases — and a brief look vs Microsoft 365 Copilot

Q Business pays off wherever employees waste time hunting across systems for answers that already exist somewhere in the company. Three patterns dominate.

Internal knowledge / employee self-service. "What's our parental-leave policy in Germany?" "Where's the approved vendor list?" "What changed in the Q3 security policy?" Q answers from HR docs, the wiki, and policy PDFs with citations — deflecting tickets from HR, IT, and ops, and onboarding new hires faster because they can simply ask instead of knowing where everything lives.

Customer support. A support agent asks Q a customer's question and gets a synthesized answer from the knowledge base, past tickets, and product docs — with sources — cutting handle time and improving first-contact resolution. With Pro plugins, the agent can also create or update the ticket in ServiceNow or Zendesk directly from the assistant.

Analytics and sales/ops enablement. Through Amazon Q in QuickSight (Pro), business users ask questions of their BI data in plain language — "show revenue by region this quarter vs last" — and get charts and narrative answers without writing SQL or pinging the data team. Sales teams use Q over Salesforce + Confluence + Slack to prep for calls and draft follow-ups grounded in the actual account history.

Versus Microsoft 365 Copilot (brief, and fair). Microsoft 365 Copilot is the natural comparison for "enterprise assistant over our data." The honest framing is a fit question, not a winner. Copilot lives inside the Microsoft 365 graph — Word, Excel, Outlook, Teams, SharePoint — and is unmatched if your work and data already live there; it's licensed per user (around $30/user/mo) on top of M365. Amazon Q Business is source-agnostic and AWS-native: it shines when your knowledge is spread across many non-Microsoft systems (Salesforce, Confluence, ServiceNow, Slack, S3, plus SharePoint), when you want a custom assistant app embedded in your own tools, when you need to take actions across third-party APIs via plugins, and when you want model inference governed inside your AWS account on Bedrock. Many organizations run both — Copilot for in-Office productivity, Q Business for cross-system enterprise search and custom assistants. Choose by where your data and your control boundary actually sit.

Amazon Q Business vs Microsoft 365 Copilot · orientation, not a scoreboard
DimensionAmazon Q BusinessMicrosoft 365 Copilot
Home turfSource-agnostic; AWS-native (Bedrock)Microsoft 365 graph (Word/Excel/Outlook/Teams)
Best when your data lives inMany mixed systems (Salesforce, Confluence, S3, ServiceNow…)Microsoft 365 / SharePoint / OneDrive
Custom assistant apps + pluginsYes — apps, custom plugins via OpenAPILimited; extends via Copilot/Graph connectors + agents
Permission modelInherits source ACLs via IAM Identity CenterInherits Microsoft 365 / Entra permissions
Indicative price~$3 (Lite) / ~$20 (Pro) per user/mo~$30 per user/mo (on top of M365)
Control boundaryYour AWS account + RegionMicrosoft cloud tenant
Prices indicative as of 2026 — verify on each vendor's pricing page. Treat this as a fit guide: pick the assistant whose home turf matches where your data and governance already live; many enterprises deploy both.
choosing your tier

Q Business Lite vs Pro — who should be on each

The most common rollout mistake is putting everyone on Pro (overspending) or everyone on Lite (frustrating power users who hit a wall at plugins and analytics). The right answer is almost always a mix. This is the decision matrix.

User profileRecommended tierWhyApprox /user/mo
Frontline / occasional lookupsLiteRead-only Q&A is all they need~$3
New hires / onboardingLiteSelf-serve answers; no actions yet~$3
Support agents (action-takers)ProNeed plugins to update tickets from chat~$20
Sales / CS enablementProCross-system grounding + draft actions~$20
Analysts / BI usersProAmazon Q in QuickSight (NL analytics)~$20
App builders / power usersProCreate Q Apps + custom plugins~$20
Whole-company defaultLite, upgrade by needKeeps blended seat cost lowblended
Mix tiers inside one application. Prices representative as of 2026 — confirm on the AWS pricing page. Remember index capacity is billed on top of seats and scales with document volume.
want this running over your data?
Get AWS credits + a vetted partner to stand up Q Business for you
Get matched in 24h →
a recent match

A support-deflection rollout — anonymized

inquiry · series-b b2b software, 400 employees, London
Series-B B2B software company, ~400 employees, knowledge spread across Confluence, Salesforce, Zendesk, Slack, and SharePoint

Situation: Support agents were drowning: every non-trivial question meant searching five systems, and answers depended on tribal knowledge. New-agent ramp took ~10 weeks. Leadership wanted a permission-aware assistant over all five sources but had no in-house GenAI team, and was nervous about accidentally exposing the HR and finance content that also lived in SharePoint.

What CloudRoute did: Routed within 20 hours to a UK-based AWS Advanced partner with a Bedrock + Q Business track record. The partner filed a Bedrock/GenAI POC credit application ($25K) plus Activate credits to cover the surrounding AWS spend. They wired IAM Identity Center to the company's Entra ID, stood up one Q Business application with all five connectors, mapped ACLs, set topic guardrails, and ran a permission-verification pilot proving restricted users could not retrieve HR/finance docs before rollout. Support agents went on Pro (for Zendesk plugin actions); the rest of the company went on Lite.

Outcome: Live in 18 days. First-contact resolution up, average handle time down ~22% in the first quarter; new-agent ramp cut from ~10 weeks to ~6. All build-phase AWS consumption was credit-funded. CloudRoute's commission was paid by the partner out of AWS's engagement funding — the customer paid $0 for the routing.

engagement window: ~3 weeks to live · founder/IT time: ~12 hours · credits secured: $25K+ POC + Activate · cost to customer: $0

faq

Common questions

What is the difference between Amazon Q Business and Amazon Q Developer?
They are two distinct products under the Amazon Q brand. Amazon Q Business is an enterprise assistant that does RAG over your company's data (S3, SharePoint, Salesforce, Confluence, Slack, etc.) for non-technical workflows — support, sales, HR, ops. Amazon Q Developer is an AI coding assistant for engineers, with IDE completions, an AWS-aware chat, and agents that write tests and transform code. Different audiences, different pricing, different tooling.
How does Amazon Q Business keep employees from seeing data they shouldn't?
Permissions are enforced at retrieval time, per user, on every query. When connectors sync, Q ingests each document's access-control list (ACL) into the index. When a user asks a question, Q identifies them via AWS IAM Identity Center and retrieves only passages from documents that user's identity and group memberships entitle them to see. Restricted documents are never retrieved, ranked, or sent to the model — so Q inherits your existing access model rather than bypassing it.
How many data connectors does Amazon Q Business have, and which ones?
Q Business ships 40+ built-in connectors, including Amazon S3, Microsoft SharePoint, OneDrive, Google Drive, Box, Dropbox, Confluence, Notion, Slack, Microsoft Teams, Gmail, Salesforce, ServiceNow, Jira, Zendesk, RDS/Aurora, FSx, and a web crawler, plus JDBC for arbitrary databases. For sources without a native connector, you can push documents in via the BatchPutDocument / custom data-source API. The exact roster grows over time — check the AWS connectors page for the current list.
How much does Amazon Q Business cost?
Pricing is per user per month in two tiers (representative as of 2026): Q Business Lite at roughly $3/user/mo for conversational Q&A over your data, and Q Business Pro at roughly $20/user/mo for the full feature set — plugins and actions, app creation, and Amazon Q in QuickSight. You can mix tiers within one application. Index capacity (which scales with document volume) is billed separately from seats. Confirm current rates on the AWS Amazon Q Business pricing page.
Is my data used to train the models?
No. Content you connect to Amazon Q Business is not used to train the underlying foundation models. Your documents, queries, and answers stay within your AWS environment and chosen Region, encrypted in transit and at rest (with optional customer-managed KMS keys for the index). This matches the data-privacy posture of Amazon Bedrock, on which Q's model inference runs.
Can Amazon Q Business take actions, not just answer questions?
Yes, on the Pro tier. Through plugins, users can take actions from chat — create a Jira issue, open a ServiceNow ticket, update a Salesforce record, post to Microsoft Teams — and you can register custom plugins against any internal or third-party API using an OpenAPI schema. Q maps the natural-language request to the right operation, confirms parameters with the user, and executes using that system's credentials and the user's own permissions.
How is Amazon Q Business different from Microsoft 365 Copilot?
It is mostly a question of fit. Microsoft 365 Copilot lives inside the Microsoft 365 graph (Word, Excel, Outlook, Teams, SharePoint) and is ideal if your work and data already live there. Amazon Q Business is source-agnostic and AWS-native: it excels when knowledge is spread across many mixed systems (Salesforce, Confluence, ServiceNow, Slack, S3, plus SharePoint), when you want custom assistant apps embedded in your own tools and plugins over third-party APIs, and when you want inference governed inside your AWS account on Bedrock. Many enterprises run both.
How long does it take to deploy Amazon Q Business?
Because it is fully managed, a focused pilot can be live in days rather than the months a hand-built RAG pipeline takes. The path is: connect IAM Identity Center to your IdP, create an application, add connectors and set sync schedules, configure access and guardrails, deploy the web experience, then run a permission-verification pilot before expanding. CloudRoute can route you to a vetted AWS partner who does the whole setup, funded by AWS credits — you pay $0 for the engagement.

Run Amazon Q Business over your data — funded by AWS credits

CloudRoute routes you to a vetted AWS partner who connects your sources, maps permissions, and stands up Q Business safely. AWS funds the build via credits. Customer pays $0.

matched within< 24h
pilot live indays
cost to you$0
Amazon Q Business — full guide & setup (2026) · CloudRoute