Amazon Quick Suite Security: Quick Suite Agents, Action Connectors, MCP and Q Business Migration Controls
Amazon Quick Suite, now branded Amazon Quick, turns chat agents, flows and always-on agents loose on your CRM, ticketing and internal APIs. AWS ships real controls for it, and AWS is also unusually candid about where they stop: unattended workflows run on service credentials, human review is not required by default, and third-party MCP servers are yours to vet.
Direct answer
Amazon Quick Suite security comes down to three things. On-demand chat actions run as the invoking user, but automated flows and scheduled agents run unattended on service-level credentials, and AWS states human review is not a system-wide requirement. Guardrails and Actions from Amazon Q Business do not transfer in the migration. And AWS does not evaluate third-party MCP servers or the tools they expose. Per-call policy on the actions that write to your systems closes that gap.
Try it live
Watch AgentShield block an attack in real time.
Pick a scenario and drive the inspection lane yourself. No signup needed.
Run a request
Runs the live engine on your text. Nothing is stored, no account needed.
Inspection lane
INSPECTINGPolicy trace
High-risk action held for approval
Audit trail
- § · → → →
The risk
An operations team migrates its Q Business app to Amazon Quick in August because new Q Business signups closed on July 30, 2026. The knowledge base comes across through BYOI. The guardrails do not, and nobody rebuilds them. Two weeks later a scheduled flow that updates ServiceNow tickets through a service-to-service connector reads a customer email containing an instruction to close every open incident for that account, and it has the credential to do it.
How AgentShield handles it
Keep AWS in charge of what it governs well: identity through IAM Identity Center, deny-by-default capability permissions, document-level ACLs on knowledge bases, Bedrock guardrails on user requests and CloudTrail logging. Put AgentShield in front of the remote MCP servers and HTTP endpoints your Quick agents and flows call, so each write into Salesforce, ServiceNow, Jira, billing or an internal API is checked against a policy you own, held for approval when it is high impact, inspected for injected instructions in what comes back, and recorded with the verdict.
The controls
The controls that secure what Amazon Quick Suite agents, flows and MCP actions may change in your systems.
What Amazon Quick Suite agents can do in your systems, and whose credentials they use
Amazon Quick Suite is AWS's agentic workspace, and it is built to act on business systems, not only to answer questions about them. AWS announced it on October 9, 2025 as the evolution of QuickSight, and its own pages now shorten the name to Amazon Quick. It bundles Quick Sight dashboards, Flows for workflow automation, Automate for business process automation, Quick Research, Spaces, Apps, chat agents, knowledge bases, action connectors and remote MCP integrations, plus a browser extension, Office extensions and a desktop app that reached general availability on macOS and Windows on September 9, 2026. The same September release added always-on and scheduled cloud agents.
That is a lot of surfaces, and the security question for each one is the same: when the agent takes an action, whose authority is it using and who was watching? AWS answers the first half directly in its AI and agent security documentation. On-demand actions "authenticate with the individual user's personal credentials and act as the invoking user." Automated workflows are different: "they are not bounded by an individual user's connector permissions and they run unattended." AWS adds that "an automated workflow can reach any resource the service-level credential permits, regardless of which user created the workflow."
| Quick surface | Who starts it | Whose credentials it acts with | What to watch |
|---|---|---|---|
| Chat agent, on-demand action | The signed-in user | The user's own OAuth connection | Lowest risk, but AWS notes on-demand actions in the web experience execute immediately |
| Flows and Automate workflows | A trigger, a schedule or a shared flow | The service-level credential on the connector | Runs unattended, and its reach is the service account's reach, not the creator's |
| Always-on and scheduled agents | Nobody. They run on their own | The configured connectors | No person at the keyboard when a write action comes up |
| Remote MCP integration | Whatever started the run | User OAuth, service-to-service, or no authentication at all | AWS does not vet the server or the tools it exposes |
| Desktop app and browser extension | The user | The user's session | Reads local files and open tabs. On Desktop the code sandbox always has access to system temp directories |
The MCP row is the one security teams underestimate. AWS's documentation says it plainly: "The service does not evaluate the trustworthiness of a third-party MCP server or the behavior of the tools it exposes. That assessment is yours to make." It also notes that for remote MCP servers, agent-to-agent connectors and generic HTTP connectors, "connecting without authentication is a selectable option." MCP integrations require an Enterprise subscription, which means the organizations most likely to wire Quick into internal systems are exactly the ones this sentence applies to.
The Amazon Q Business to Quick migration: what your security settings lose on the way
If you are securing Amazon Quick Suite because a Q Business migration landed on your desk, start here, because the controls do not move with the data. AWS stopped accepting new Q Business customers on July 30, 2026. Its availability page says AWS "will continue to provide bug fixes and security updates for existing customers, however new feature requests will no longer be considered," and it recommends that customers migrate their Q Business applications to Amazon Quick, which it calls "the next evolution of Amazon Q Business."
The fastest path is BYOI, which connects an existing Q Business index to Quick as a knowledge base. It is genuinely convenient. It also leaves several things behind, and AWS lists them itself.
| Q Business setting | What happens in Quick | What AWS says | What to do |
|---|---|---|---|
| Chat guardrails, blocked topics, content filters | Not transferred | "Q Apps, Actions, and Amazon Q Business chat guardrails are not included in the BYOI capability." | Rebuild them in Quick before cutover, and test with the same prompts |
| Actions and plugins | Not transferred | Custom action configurations "will not transfer to Quick through BYOI" | Recreate as action connectors or Flows, and re-review every write permission |
| Per-user and per-group index access (non-IDC) | Widened | "you lose the per-user and per-group access distinctions that Q Business enforced at the index level" | Segment content into separate knowledge bases by access role, or move to IAM Identity Center |
| Documents without an ACL entry | Stricter | "Quick does not ingest documents that lack an associated ACL entry" | Add explicit ACL entries first, or content silently drops out |
| Q Apps | Rebuilt as Flows | Some Q App features such as forms are not yet available in Flows | Treat each rebuilt Flow as a new agent and review what it can write |
Two rows deserve a second read. The access row is a security event dressed up as a migration step: in a non-IDC deployment, every Quick user automatically receives access to connected Q Business indexes, so a document that three people could retrieve last month may now be retrievable by everyone on the account. AWS's workaround is manual scripting to recreate group mappings at the knowledge base level. Our RAG security page covers why the retrieval boundary is the first thing to re-verify after a change like this.
The guardrails row matters because AWS's own validation advice is that "guardrails configured in Q Business will not apply through BYOI, so verify that Quick's native content governance meets your requirements." The migration guide also lists MCP constraints worth knowing before you route actions through it: a fixed 60-second timeout, static tool lists that require deleting and recreating the integration to pick up server changes, and no support for step-up authorization. That last one means you cannot ask a user to re-authenticate before a sensitive MCP call inside Quick itself. If that control matters, it has to live on the server side of the call.
What Amazon Quick Suite's built-in security controls cover, and where AWS says they stop
Quick ships more governance than most agent platforms, and a security team should configure all of it before buying anything. The table below is drawn from the Quick user guide pages on AI and agent security, guardrails, action authentication, approval workflows and logging, checked September 27, 2026. The right-hand column is the limit AWS itself documents.
| Quick control | What it does | Where it stops |
|---|---|---|
| Capability permissions | New capabilities are "denied on launch day until you explicitly allow them." Custom per-user permissions arrived in September 2026 | Decides who may use a capability, not what a given run may change. Custom permissions need Enterprise |
| Action connector permissions | Separate Create and Update, Share, and Use permissions per connector | Once a connector is shared, the connector's credential decides the reach |
| Guardrails | Bedrock guardrails screen user requests, including for prompt attacks, plus admin blocked words | "Quick doesn't block any words or phrases by default." Blocked words are exact-match, capped at 50 entries of up to 36 characters |
| Approval workflows | Admin approval with Submit, Approve, Deny and Revoke events in CloudTrail | "Currently, approval workflows support sharing actions." They are opt-in and Enterprise only |
| Human review of actions | An optional human-in-the-loop step, configured per workflow | "Human review is not a system-wide requirement for actions." |
| CloudTrail and chat logs | API activity in CloudTrail, chat content in CloudWatch vended logs | "Logging does not prevent any action." AWS also states the service "does not include real-time alerting" |
Read the guardrails row carefully, because it is where indirect prompt injection lives. Screening user requests catches someone typing an attack into chat. It does not describe a check on the email, ticket or document a flow reads halfway through a run, which is where an attacker actually plants instructions. AWS's own summary is honest about this: "No single layer is designed to catch every risk on its own." Our prompt injection protection inspects what comes back from a tool before the agent acts on it.
On write actions, an AWS moderator on the Quick community forum stated in July 2026 that write actions such as sending an email pause for manual approval by default, and users can turn that off with a run-with-no-confirmation setting. That is a sensible default for interactive use. It is not the same as a policy that holds a specific kind of change for a named approver, on a scheduled agent, with a deny if nobody answers. The human approval gates for AI agents page explains the difference in design.
Data residency deserves one line for regulated US buyers. Quick stores data in your primary Region, but AWS notes that with cross-Region inference "your input prompts and output results might move outside of that Region," that "You can't configure it," and that CloudWatch and CloudTrail logs do not record which Region handled the inference. Agentic features currently run in seven commercial Regions, including US East (N. Virginia) and US West (Oregon), plus GovCloud (US-West).
Amazon Quick Suite pricing, and what the subscription does not include
Amazon Quick is priced per user per month, with an account-level infrastructure fee on the business plans, and none of the tiers includes per-call enforcement on the systems your agents write to. These are AWS's published list prices in USD, checked on the Amazon Quick pricing page on September 27, 2026. Platform pricing changes, so confirm before you budget.
| Plan | Price per user per month | Account fee | What matters for security |
|---|---|---|---|
| Plus | 20 USD annual, 25 USD monthly | None | Individual power users, 10 GB index storage |
| Max | 100 USD annual, 125 USD monthly | None | Launched September 3, 2026 for heavy individual use, 50 GB index storage |
| Professional | 20 USD | 250 USD per account | Can use integrations shared with them, but cannot configure them. 8 agent hours per user |
| Enterprise | 40 USD | 250 USD per account | Required to configure action connectors, knowledge bases and MCP, for approval workflows and for custom permissions. 18 agent hours per user, 3 USD per extra hour |
The Enterprise column is the one to read. The features that create the most risk (configuring action connectors, adding MCP servers, running always-on agents) and the features that govern them (custom permissions, approval workflows) sit on the same tier. That is reasonable packaging. It also means the budget conversation about Quick is usually a conversation about Enterprise, and the security review should happen before those seats are bought rather than after.
Storage overage is 5 USD per GB per month on every plan, and AWS offers a 30-day trial for up to 25 users. For comparison with the Microsoft side of the same decision, our Microsoft 365 Copilot security page lists what that platform charges and governs.
Where AgentShield fits with Amazon Quick Suite, and where it does not
AgentShield sits in front of the remote MCP servers and HTTP endpoints your Quick agents and flows call, and it does not sit inside Quick or between Quick and AWS-managed connectors. That boundary is the whole answer, so here it is by need.
| Your need | Use the Quick control | What AgentShield adds |
|---|---|---|
| Decide who can build flows, share connectors and add MCP | Yes, capability and connector permissions | Nothing. Buy nothing for this |
| Chat over knowledge bases with document-level ACLs | Yes, ACL-enabled knowledge bases and IAM Identity Center | Nothing. Buy nothing for this |
| Log who did what for an auditor | Yes, CloudTrail plus CloudWatch chat logs | Only if you need the policy verdict and the approver on the same record |
| Control what a scheduled flow may change in Salesforce, ServiceNow or an internal API | Partly. The connector credential sets the ceiling | Per tool and per argument policy, enforced before the call reaches your system |
| Stop instructions hidden in emails or tickets a flow reads | No. Guardrails screen user requests | Inspection of tool results for injection and sensitive data before the agent acts |
| Approval on a high-impact write from an always-on agent | A default pause on some writes, which users can switch off | Out-of-band approval with the full call, and a default deny if nobody answers |
| Step-up checks on a sensitive MCP call | No. AWS lists step-up authorization as unsupported | Policy on the server side of the call, scoped to the agent and the user |
Three of those seven rows say buy nothing or nearly nothing, and we mean it. If your Quick rollout is chat and research over well-permissioned knowledge bases, configure AWS's controls properly and you are covered. The case for a runtime layer starts when a flow or an always-on agent can write to a system of record through a service account, because from that point the most consequential actions happen on infrastructure AWS explicitly leaves to you. The same pattern holds on Bedrock AgentCore, where AWS draws a similar line for non-harness deployments.
Setup is a change to where the MCP or HTTP connection points. You register the MCP server behind the AgentShield MCP gateway, write policy per tool (for example, allow ticket reads for anyone, allow updates only on tickets assigned to the invoking user, hold any bulk close or refund for approval), and the Quick integration keeps working. Because AWS does not refresh MCP tool lists after registration, a new tool on your server also needs a policy decision before Quick can ever call it, which is a useful habit rather than a burden.
FAQ
Common questions about amazon quick suite security.
Is Amazon Quick Suite secure?
For chat and research over permissioned data it is well governed: IAM Identity Center, deny-by-default capabilities, document-level ACLs, Bedrock guardrails and CloudTrail. The risks are automated flows and scheduled agents that run unattended on service credentials, human review that AWS says is not required system-wide, and third-party MCP servers that AWS does not evaluate.
Is Amazon Quick Suite the same as Amazon Quick?
Yes. AWS launched it as Amazon Quick Suite in October 2025 and its pricing page, documentation and September 2026 announcements now use the shorter name Amazon Quick. Older documentation and most third-party write-ups still say Quick Suite. The product, the components and the security model are the same under both names.
Do Amazon Q Business guardrails transfer to Amazon Quick?
No. AWS states that Q Business guardrails, including global and topic-level controls, and Actions are excluded from the Bring Your Own Index capability, so content filtering rules, blocked topics and custom action configurations will not transfer. You have to recreate them with Quick's native governance and test them before you switch users over.
When did Amazon Q Business close to new customers?
AWS moved Amazon Q Business to maintenance and stopped accepting new customers on July 30, 2026. Existing customers continue to receive bug fixes and security updates, but new feature requests are no longer considered. AWS recommends migrating Q Business applications to Amazon Quick, starting with the Bring Your Own Index capability.
Does Amazon Quick require human approval before agents take actions?
Not as a rule. AWS documents that human review is not a system-wide requirement for actions, that on-demand actions in the web experience execute immediately, and that automated workflows execute without user intervention. You can add a human-in-the-loop step per workflow, and approval workflows exist for sharing actions on Enterprise.
How much does Amazon Quick Suite cost?
As of September 27, 2026, AWS lists Plus at 20 USD per user per month annually, Max at 100 USD, Professional at 20 USD and Enterprise at 40 USD per user per month, with a 250 USD monthly account fee on Professional and Enterprise. Configuring action connectors, knowledge bases and MCP requires Enterprise.
Can Amazon Quick connect to MCP servers?
Yes, remote MCP servers on the Enterprise plan, with user OAuth, service-to-service or no authentication. AWS notes a fixed 60-second timeout, static tool lists after registration and no step-up authorization, and states that it does not evaluate the trustworthiness of a third-party MCP server or the tools it exposes.
Does AgentShield work with Amazon Quick Suite?
Yes, on the MCP and HTTP path. You register the MCP servers or APIs your Quick agents and flows call behind AgentShield, which checks each call against your policy, holds high-impact writes for approval, inspects returned data for injected instructions and records every verdict. It does not sit inside Quick or on AWS-managed connectors.
More use cases