# n8n + Amazon Bedrock AgentCore — companion artifacts

Companion artifacts for the FactualMinds post
**n8n and Amazon Bedrock AgentCore: Orchestrate Workflows, Run Agents in Production**.

**Public URLs:** `https://www.factualminds.com/examples/architecture-blog-2026/n8n-agentcore/{path}`

## Demo disclaimer

These files are **decision matrices and production gates**, not a load test and **not** an anonymized client engagement.

- Do **not** treat any number in this folder as a measured n8n + AgentCore combined latency or cost outcome.
- First-party platform signals cited in the post (Gateway ~180→95 ms canary, AgentCore TCO silhouette, n8n-on-EKS hosting cost) come from earlier published FactualMinds posts — not from a combined stack we ran for this article.
- Harness ARNs, account IDs, and IAM policy statements are placeholders. Canonical least-privilege policies live in the [AgentCore harness security guide](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/harness-security.html).

## Status snapshot (verify before you build)

| Capability | Status (checked Aug 2026) |
| ---------- | ------------------------- |
| AgentCore Harness | GA (Jun 17, 2026) |
| `@aws/n8n-nodes-agentcore` | Verified n8n community node; works on n8n Cloud and self-hosted |
| Bedrock Agents Classic | Maintenance for new customers after Jul 30, 2026 |
| Node Harness ARN blank | Lab auto-provision; pin ARN in production |

## Layout

| Path | Purpose |
| ---- | ------- |
| [`responsibility-matrix.md`](responsibility-matrix.md) | Who owns workflow vs agent runtime vs models vs systems |
| [`iam-caller-vs-execution.md`](iam-caller-vs-execution.md) | Split n8n caller credentials from the harness execution role |
| [`monday-checklist.md`](monday-checklist.md) | Pin-ARN / HITL / observability gates |

## Related posts and official sources

- [This post](https://www.factualminds.com/blog/n8n-aws-bedrock-agentcore/)
- [Host n8n on EKS](https://www.factualminds.com/blog/how-to-host-n8n-on-aws-eks-production-guide/)
- [AgentCore production guide](https://www.factualminds.com/blog/amazon-bedrock-agentcore-production/)
- [AWS ML Blog: n8n + AgentCore Harness](https://aws.amazon.com/blogs/machine-learning/run-production-ai-agents-in-n8n-with-amazon-bedrock-agentcore-harness/)
- [`@aws/n8n-nodes-agentcore`](https://github.com/aws/n8n-nodes-agentcore)
