amazon bedrock vs openai api · 2026

Amazon Bedrock vs OpenAI API — the full 2026 comparison.

Two ways to put a frontier model behind your product: call the OpenAI API directly, or call many models — including Claude, Llama, Mistral, and Amazon Nova — through Amazon Bedrock on AWS. This is a neutral, end-to-end comparison: model selection, pricing and cost at chatbot scale (with worked math), latency, data privacy and compliance, enterprise controls (IAM/VPC), region availability, ecosystem and tooling, and lock-in — ending in an honest "OpenAI wins when / Bedrock wins when," a migration path, and a decision table.

OpenAI
one provider
Bedrock
many models
both
API-first
verdict
fit-based
TL;DR
  • The OpenAI API is a single-provider, API-first service offering OpenAI's own frontier models with a polished developer experience and a deep ecosystem. Amazon Bedrock is a fully managed AWS service that offers many models from many providers (Anthropic Claude, Meta Llama, Mistral, Amazon Nova/Titan, Cohere, AI21, Stability, DeepSeek) through one API, inside your AWS account with AWS-native security and governance.
  • OpenAI tends to win on bleeding-edge single-model capability, the smoothest standalone developer experience, and ecosystem momentum. Bedrock tends to win on model choice and the ability to swap, AWS-native data privacy/residency, enterprise controls (IAM, VPC/PrivateLink, CloudTrail), and consolidated billing/governance for teams already on AWS. Neither is universally "better."
  • If you are already on AWS or have strict data-governance needs, moving (or adding) inference to Bedrock is straightforward, and CloudRoute can fund it: a vetted AWS partner plus AWS credits — Activate up to $100K, Bedrock/GenAI PoC $10K–$50K, GenAI Accelerator up to $1M. Customer pays $0; AWS funds it.
framing

IWhat you are actually choosing between

This comparison is slightly asymmetric, and naming the asymmetry up front makes the rest clearer. OpenAI is a model provider with an API. Bedrock is a platform that brokers many providers' models — including Anthropic's Claude, which is itself a frequent head-to-head rival to OpenAI's models.

The OpenAI API gives you direct access to OpenAI's own family of frontier models (its flagship reasoning and multimodal models, plus smaller, cheaper variants) through a clean, well-documented API. Around it sits a mature platform: SDKs, function/tool calling, structured outputs, an Assistants/Responses-style higher-level layer, batch and real-time options, fine-tuning, and a large community with abundant examples. You are buying one provider's models and a very polished way to use them.

Amazon Bedrock is AWS's fully managed service for accessing many foundation models through a single API, with a consistent multi-turn interface (the Converse API) across providers. The model menu spans Anthropic (Claude), Meta (Llama), Mistral, Amazon (Nova and Titan), Cohere, AI21, Stability AI, and DeepSeek. Around the models, Bedrock provides managed Knowledge Bases (RAG), Agents, Guardrails, Flows, Prompt Management, evaluation, and fine-tuning — all running inside your AWS account, under AWS IAM, VPC, and compliance.

So the real choice is rarely "OpenAI's model vs one specific Bedrock model." It is "a single best-in-class provider with a superb standalone API" versus "a multi-model platform inside your cloud with AWS-native governance and the freedom to switch models." Often the strongest model you would pick on Bedrock is a top Claude model — so "OpenAI vs Bedrock" frequently becomes, in practice, "OpenAI's models vs Claude (and others) on AWS, plus the platform around them."

This page stays neutral. Both are excellent in 2026. Model rankings, prices, and features change fast in this category — treat specifics here as representative of 2026 and confirm on each vendor's live pricing and model pages before standardizing.

model selection

IIModel selection: one provider vs many

The most fundamental difference is breadth of choice. With OpenAI you get OpenAI's models; with Bedrock you get a catalog and can change your mind without changing platforms.

OpenAI: one provider, frontier-focused. You choose among OpenAI's own models — a flagship reasoning/multimodal model for hard tasks, mid and small models for cost-sensitive or high-throughput work, plus specialized embedding, image, audio, and realtime models. The advantage is coherence and frontier capability: when OpenAI ships a leading model, you get it directly, with first-party features and the tightest tooling. The constraint is that if a different provider's model is better (or cheaper) for your task, you cannot reach it without leaving the API.

Bedrock: many providers, swappable. You can run Claude for nuanced reasoning and writing, Llama or Mistral for open-weight cost efficiency, Amazon Nova for low-cost/low-latency volume, Cohere for retrieval/embeddings, and more — and switch between them with minimal code change thanks to the unified Converse API. This matters for three reasons: (1) task-fit — route each workload to the model that is best/cheapest for it; (2) resilience — you are not single-vendor dependent for a core capability; and (3) future-proofing — when a new strong model lands on Bedrock, you can A/B it without re-platforming.

A candid note on the frontier: at any given moment, the single most capable model for a specific hard task might be OpenAI's, or might be Claude or another model available on Bedrock — the lead changes release to release. If your strategy is "always be on the one best model whoever makes it," Bedrock's multi-model design serves that better; if your strategy is "standardize on OpenAI's frontier and go deep," OpenAI serves that better. Both are legitimate.

pricing & cost at scale

IIIPricing and cost at chatbot scale (worked math)

Both bill primarily per token — per 1,000 (or per 1,000,000) input and output tokens, varying by model — so the structure is comparable and the real cost driver is which model you pick and how many tokens you push. Below is an illustrative worked example to show how to reason about it, not a price quote.

Token pricing is per-model on both platforms: a small/efficient model can be one to two orders of magnitude cheaper per token than a flagship model. That single choice usually dwarfs the platform-to-platform difference. Both also offer cost levers: OpenAI has a batch tier and prompt caching; Bedrock has Batch (~50% off on-demand), prompt caching, and Provisioned Throughput for reserved capacity. The disciplined way to compare is to fix a workload, estimate tokens, and price the specific models you would actually use on each side.

A worked example — a support chatbot

Assume a customer-support assistant handling 100,000 conversations/month. Say each conversation averages 2,000 input tokens (system prompt + retrieved context + user turns) and 500 output tokens (the assistant's replies). That is 200M input + 50M output tokens/month. The cost is then simply: (input tokens × input rate) + (output tokens × output rate), for whichever model you run.

To make the arithmetic concrete with illustrative rates (NOT current quotes — confirm live pricing): if a mid-tier model costs about $1 per 1M input tokens and $4 per 1M output tokens, the monthly bill is roughly (200 × $1) + (50 × $4) = $200 + $200 = ~$400/month. Swap to a frontier model at, say, $5 input / $15 output per 1M tokens and the same traffic costs (200 × $5) + (50 × $15) = $1,000 + $750 = ~$1,750/month. Drop to a small/efficient model at ~$0.20 input / $0.80 output per 1M and it is (200 × $0.20) + (50 × $0.80) = $40 + $40 = ~$80/month. Same traffic, ~22× spread — entirely from model choice.

The lesson for "Bedrock vs OpenAI on cost": at a fixed model tier the two platforms land in a similar ballpark, so cost is rarely the deciding factor between them per se. What moves the bill by 10–20× is which model and how you trim tokens (prompt caching for repeated context, RAG to avoid stuffing whole documents, Batch for non-urgent jobs, and right-sized model routing). Bedrock's multi-model menu makes per-task cost routing easier; OpenAI's tiers let you do the same within its own lineup.

illustrative monthly cost · 100K conversations (200M in / 50M out tokens) · representative rates, not quotes
Model tierIllustrative input $/1MIllustrative output $/1MInput costOutput costEst. monthly
Small / efficient$0.20$0.80$40$40~$80
Mid-tier$1.00$4.00$200$200~$400
Frontier$5.00$15.00$1,000$750~$1,750
Mid-tier + 50% batch$0.50$2.00$100$100~$200
Frontier + prompt caching*$5.00$15.00~$400$750~$1,150
Rates are ILLUSTRATIVE placeholders to demonstrate the math, not current prices — confirm live per-model rates on the AWS Bedrock and OpenAI pricing pages. *Prompt caching savings depend on how much input context repeats across calls; shown as a rough illustration. The dominant cost lever is model choice, which is comparable in shape on both platforms.
performance, privacy & residency

IVLatency, data privacy, compliance, and residency

For production systems, three operational questions often outweigh raw capability: how fast does it respond, where does the data go, and can you satisfy your compliance regime. This is where the AWS-native vs standalone difference starts to bite.

Latency. Both platforms stream tokens and offer comparable interactive latency for a given model class; the bigger latency levers are model size (smaller is faster), output length, prompt caching, and network proximity. Bedrock's edge here is regional proximity inside AWS: running inference in the same AWS region as your application (and over private networking) can shave round-trip time and avoids egress to a third-party endpoint. With OpenAI you call OpenAI's service; latency is generally good but you are dependent on their endpoints and regions rather than co-locating with your own AWS workloads.

Data privacy. Both vendors, on their business/enterprise terms, state that they do not use your API data to train their models by default. The structural difference is where the processing sits. With Bedrock, inference runs inside your AWS account and chosen region; prompts and outputs stay within your AWS boundary, and Bedrock does not use them to train the base models. With OpenAI, data is processed by OpenAI's platform under their enterprise data-handling commitments (no training on API data by default, configurable retention). Both are defensible; teams that want a single cloud vendor's data-processing terms to cover everything often prefer Bedrock for that consolidation.

Compliance and residency. Because Bedrock lives inside AWS, it inherits AWS's broad compliance program (SOC, ISO, HIPAA-eligibility, FedRAMP in applicable regions, and more) and gives you data-residency control by region — you choose which AWS region processes the request, which matters for GDPR, regional sovereignty, and regulated industries. OpenAI maintains its own enterprise compliance attestations and data-residency options on enterprise plans, which have expanded over time. If your compliance story is already written around AWS regions and artifacts, Bedrock slots in; if you are comfortable extending to OpenAI's enterprise program, that is also viable. Verify the specific certification and region you need against each vendor's live compliance documentation.

enterprise controls

VEnterprise controls: IAM, VPC, networking, and audit

For larger organizations, governance is frequently the deciding axis. Here the question is how cleanly the service fits the access-control, networking, and audit model you already operate — and for AWS shops, Bedrock has a structural advantage.

Identity and access (IAM). Bedrock is governed by AWS IAM — the same policies, roles, conditions, and organization-wide guardrails you already use for the rest of your AWS estate. You scope who can invoke which models, attach permission boundaries, and centralize control via AWS Organizations and IAM Identity Center. With OpenAI you manage access through OpenAI's own API keys, projects, and organization/roles — capable, but a separate control plane from your cloud IAM.

Private networking (VPC/PrivateLink). Bedrock can be reached over AWS PrivateLink so traffic never traverses the public internet, keeping model calls inside your VPC and private network — a common hard requirement in regulated environments. OpenAI calls go to OpenAI's public API endpoints (with enterprise networking options on higher plans); for a security team that mandates private connectivity to everything, Bedrock's in-VPC reach is a meaningful advantage.

Audit and monitoring. Bedrock integrates with AWS CloudTrail (API-level audit logging), CloudWatch (metrics/logs), and your existing AWS observability — so model usage shows up in the same audit and cost tooling as the rest of your infrastructure. OpenAI provides usage dashboards, logs, and admin controls within its platform. Again, the difference is consolidation: Bedrock folds into one cloud's governance and billing; OpenAI is a strong but separate system to administer alongside it.

the enterprise-controls summary

If your organization already runs on AWS and your security team mandates IAM-based access, private VPC connectivity, and CloudTrail audit for every dependency, Bedrock is the lower-friction fit — it is just another AWS service under your existing controls. If you are not AWS-centric, or OpenAI's enterprise controls already satisfy your requirements, that asymmetry matters less.

regions, ecosystem & lock-in

VIRegion availability, ecosystem/tooling, and lock-in

Three remaining practical factors round out the comparison: where each is available, how rich the surrounding ecosystem is, and how locked-in you become.

Region availability. Bedrock is available across many AWS regions worldwide (with specific models enabled per region, and cross-region inference to balance capacity), so you can usually run inference close to your users and within a required jurisdiction — the same region map your other AWS services use. OpenAI operates its own global service with expanding regional and data-residency options on enterprise plans. For teams that need inference pinned to a specific country/region for sovereignty reasons, Bedrock's explicit per-region model gives finer control; check current model-by-region availability on the AWS docs.

Ecosystem and tooling. This is an area where OpenAI is genuinely strong: an enormous developer community, abundant tutorials and examples, first-class SDKs, and broad third-party support means almost every framework, vector DB, and agent library has an OpenAI integration out of the box. Bedrock's ecosystem is large and growing — native integrations across the AWS portfolio (Lambda, Step Functions, SageMaker, OpenSearch), support in major frameworks (LangChain, LlamaIndex, etc.), and managed building blocks (Knowledge Bases, Agents) that reduce how much ecosystem glue you need. If you value the deepest standalone community, OpenAI edges it; if you value native AWS integration, Bedrock edges it.

Lock-in. Both involve some lock-in, of different kinds. OpenAI locks you to one provider's models and API shape — portable in that the request/response pattern is widely emulated, but you depend on a single vendor for the model itself. Bedrock locks you to AWS as the platform, but reduces model lock-in by letting you switch among providers behind one API — so you are less exposed to any single model maker, at the cost of being on AWS. A pragmatic mitigation either way is to keep your application code behind a thin model-abstraction layer; many teams do this so they can move between OpenAI, Bedrock, or self-hosting with limited rework.

the honest call

VIIOpenAI wins when / Bedrock wins when

A fair comparison has to say plainly where each is the better choice. Here it is, without hedging — match your situation to the list that fits.

The most common honest summary: if your only constraint is "get a great model behind my product with minimal fuss," both work and OpenAI is the simplest standalone start. If you are an AWS shop or have real governance, residency, or model-choice requirements, Bedrock's structural advantages typically win. And remember the multi-model wrinkle — choosing Bedrock does not mean giving up frontier quality, because top models like Claude are available there.

OpenAI is the better choice when…

You want the smoothest possible standalone developer experience and the largest community/example base. You are not committed to a particular cloud and do not need AWS-native IAM/VPC/CloudTrail governance. You want to standardize deeply on one provider's frontier models and first-party features. You are prototyping fast and value abundant ready-made integrations. For many independent developers and AI-first teams without a hard AWS or governance constraint, OpenAI is the path of least resistance.

Bedrock is the better choice when…

You are already on AWS and want inference under the same account, bill, IAM, VPC, and audit as everything else. You need data privacy/residency tied to specific AWS regions, or a single cloud vendor's data-processing and compliance terms to cover the model too. You want model choice — to route per task and avoid single-vendor dependence — and the ability to swap models without re-platforming. You need private VPC connectivity to your model endpoint. You want managed RAG/Agents/Guardrails inside AWS. For AWS-native and governance-sensitive enterprises, Bedrock is usually the cleaner fit.

switching

VIIIMigrating from OpenAI to Bedrock

Teams frequently start on OpenAI and later move (or add) inference to Bedrock for governance, residency, model choice, or AWS consolidation. The move is well-trodden and usually modest in effort.

The high-level shape of an OpenAI → Bedrock migration:

  • 1. Enable model access in Bedrock — In your AWS account, request access to the target models (e.g., a Claude model as the analog to your OpenAI model) in the regions you need. No infrastructure to provision — Bedrock is serverless.
  • 2. Swap the API client — Replace OpenAI SDK calls with Bedrock's Converse API (or the AWS SDK). The request/response concepts map closely — messages, system prompt, tools/function calling, streaming — so most changes are at the client layer, not your business logic.
  • 3. Re-tune prompts per model — Different model families respond to slightly different prompting styles. Budget time to adjust prompts and re-run your evaluation set; do not assume an OpenAI-tuned prompt is optimal verbatim on another model.
  • 4. Re-platform retrieval/agents if used — If you used OpenAI's assistants/retrieval features, map them to Bedrock Knowledge Bases and Agents (or keep your own RAG stack and just change the generation call). Often this is a chance to simplify onto managed components.
  • 5. Wire in AWS governance — Put model access under IAM, route traffic over PrivateLink if required, and turn on CloudTrail/CloudWatch — the payoff that motivated the move.
  • 6. Evaluate, A/B, and cut over — Run both in parallel on real traffic, compare quality/latency/cost on your own eval set, and shift traffic when Bedrock meets your bar. Keeping a thin model-abstraction layer makes this and any future switch low-risk.
how CloudRoute fits the switch

If you are moving inference to Bedrock — for governance, residency, model choice, or AWS consolidation — CloudRoute routes you to a vetted AWS partner who has done OpenAI → Bedrock migrations, and gets AWS credits to fund the work (Activate up to $100K, Bedrock/GenAI PoC $10K–$50K, GenAI Accelerator up to $1M). The partner handles model enablement, the API swap, prompt re-tuning, and the governance wiring. Customer pays $0 — AWS funds the engagement and the partner pays CloudRoute the routing commission.

side by side

Amazon Bedrock vs OpenAI API — the decision table

One scannable view of the dimensions teams actually weigh. Treat model lists and pricing as representative of 2026 and confirm on each vendor's pages — this category moves fast.

DimensionAmazon BedrockOpenAI API
Model breadthMany providers (Claude, Llama, Mistral, Nova, Cohere…)OpenAI models only
Switch models behind one APIYes (Converse API)Within OpenAI lineup only
Where inference runsInside your AWS account/regionOpenAI's platform
Identity / access controlAWS IAM (your existing model)OpenAI API keys / projects / roles
Private networkingVPC / PrivateLinkPublic API (enterprise networking options)
Audit / observabilityCloudTrail + CloudWatch (native)OpenAI usage dashboards/logs
Data residency by regionExplicit per AWS regionEnterprise data-residency options
Pricing modelPer token; Batch (~50% off), caching, Provisioned ThroughputPer token; batch + caching tiers
Trains on your data (business tier)NoNo (by default)
Managed RAG / agentsKnowledge Bases, Agents, Flows, GuardrailsBuilt-in retrieval/assistants tooling
Ecosystem / communityLarge, AWS-native + major frameworksVery large standalone community
Lock-in shapeAWS platform; low model lock-inSingle model provider
Best fitAWS-native / governance / model-choice teamsStandalone simplicity / OpenAI-frontier focus
Representative as of 2026; verify model availability, pricing, and compliance specifics on the AWS Bedrock and OpenAI pricing/docs pages. Note that "Bedrock vs OpenAI" often means, in practice, "Claude (and others) on AWS vs OpenAI's models" — Bedrock does not require giving up frontier quality.
moving inference to AWS?
Switching to Bedrock? Get credits + a vetted partner to run the migration
Get matched in 24h →
a recent match

An OpenAI → Bedrock switch for data residency — anonymized

inquiry · series-a healthtech SaaS, 24 people, London + EU customers
Series-A healthtech SaaS, ~24 people, AWS-native backend, prototyped its AI features on the OpenAI API

Situation: Their AI features (clinical-note summarization and a patient-facing assistant) were built fast on OpenAI and worked well. But enterprise hospital buyers demanded EU data residency, private networking, and a single cloud vendor's data-processing terms — and procurement kept stalling on "where does the data go." Their backend already ran on AWS, so maintaining a separate OpenAI control plane and data-handling story was becoming a sales blocker, not a tech preference. They also wanted to keep frontier-grade quality and watch their cloud spend.

What CloudRoute did: CloudRoute routed them within 24 hours to a UK/EU-based AWS Advanced partner experienced in OpenAI → Bedrock migrations for regulated SaaS. The partner moved generation to Claude on Bedrock in an EU region, swapped the OpenAI client for the Converse API, re-tuned prompts and re-ran the eval set to match prior quality, put model access under IAM, routed traffic over PrivateLink, and turned on CloudTrail — giving the team an EU-resident, in-VPC, fully-audited inference path under their existing AWS governance. They filed an AWS Activate application plus a Bedrock/GenAI PoC credit request to fund the migration.

Outcome: The residency and private-networking objections that had been stalling enterprise deals were resolved with an AWS-native answer; quality held on the eval set after prompt re-tuning; and migration-phase AWS spend was credit-funded. CloudRoute's commission was paid by the partner from AWS engagement funding — the customer paid $0 for the routing.

engagement window: ~5 weeks · eng time: ~12 hours · credits secured: Activate + GenAI PoC · cost to customer: $0

faq

Common questions

What is the difference between Amazon Bedrock and the OpenAI API?
The OpenAI API is a single-provider service offering OpenAI's own frontier models through a polished, API-first developer experience with a large ecosystem. Amazon Bedrock is a fully managed AWS service offering many models from many providers — Anthropic Claude, Meta Llama, Mistral, Amazon Nova/Titan, Cohere, AI21, Stability, DeepSeek — through one API, running inside your AWS account with AWS-native security (IAM, VPC/PrivateLink), governance, and per-region data residency. In short: OpenAI is one provider's models with a superb standalone API; Bedrock is a multi-model platform inside your cloud with enterprise controls and model choice.
Is Bedrock cheaper than OpenAI?
Cost is comparable in shape — both bill primarily per input/output token, varying by model — so the platform itself rarely decides cost. What dominates the bill is which model you choose (a small model can be 10–20× cheaper per token than a frontier model) and how you trim tokens (prompt caching, RAG, batch). For the same model tier, Bedrock and OpenAI land in a similar ballpark; Bedrock's multi-model menu makes per-task cost routing easier, while OpenAI lets you do the same within its own lineup. Price the specific models you would actually use, with your real token volumes, on each vendor's current pricing page.
Does Bedrock or OpenAI have better models?
It depends on the task and the moment — the frontier lead changes with each release. At any given time the single most capable model for a hard task might be OpenAI's, or it might be Anthropic's Claude or another model available on Bedrock. The key structural point: choosing Bedrock does not mean sacrificing frontier quality, because top models like Claude run there, and you can switch models behind one API. If your strategy is "always be on the single best model whoever makes it," Bedrock's multi-model design suits that; if it is "go deep on OpenAI's frontier," OpenAI suits that.
Is my data more private on Bedrock or OpenAI?
Both vendors state that, on their business/enterprise terms, they do not use your API data to train their models by default. The structural difference is where processing happens: with Bedrock, inference runs inside your AWS account and chosen region, with data kept in your AWS boundary and AWS's compliance program plus per-region residency; with OpenAI, data is processed on OpenAI's platform under their enterprise data-handling and residency commitments. Teams that want a single cloud vendor's data-processing terms, private VPC connectivity, and region-pinned residency often prefer Bedrock; verify the specific certification and region you need with each vendor.
Can I use my existing OpenAI prompts on Bedrock?
Mostly, with re-tuning. The core concepts map directly — system prompt, message history, tools/function calling, streaming — so your application structure carries over via Bedrock's Converse API. However, different model families respond to slightly different prompting styles, so you should re-tune prompts and re-run your evaluation set rather than assume an OpenAI-optimized prompt is optimal verbatim on Claude or another Bedrock model. Budget a short tuning-and-eval pass as part of any migration.
How hard is it to migrate from OpenAI to Bedrock?
For most apps it is a modest, well-trodden migration. The steps: enable the target models in Bedrock for your regions; swap the OpenAI client for the Converse API (concepts map closely); re-tune prompts and re-run evals; map any assistants/retrieval features to Bedrock Knowledge Bases/Agents (or keep your own RAG); wire model access into IAM and, if needed, PrivateLink and CloudTrail; then A/B in parallel and cut over. Keeping a thin model-abstraction layer in your code makes the switch — and any future one — low-risk. CloudRoute can route you to a partner who has done this and fund it with AWS credits.
Why would an AWS team choose Bedrock over OpenAI?
Because Bedrock is just another AWS service: inference runs under the same account, bill, IAM, VPC, and CloudTrail audit as the rest of your stack, with data residency pinned to your AWS regions and private VPC connectivity available. That consolidation removes a separate control plane and a separate data-handling/compliance story to manage and to defend in enterprise procurement. AWS teams also get model choice (route per task, avoid single-vendor dependence) plus managed RAG/Agents/Guardrails inside AWS. If you are not AWS-centric, those advantages matter less and OpenAI's standalone simplicity may win.
How does CloudRoute help me switch to Bedrock?
CloudRoute routes you to a vetted AWS partner experienced in OpenAI → Bedrock migrations, and gets AWS credits to fund the work — Activate Portfolio up to $100K, a Bedrock/GenAI PoC pool of $10K–$50K, and the GenAI Accelerator up to $1M for qualifying companies. The partner handles model enablement, the API swap, prompt re-tuning and evaluation, and the AWS governance wiring (IAM, PrivateLink, CloudTrail). You pay $0 — AWS funds the engagement and the partner pays CloudRoute a routing commission, so there is no invoice on your side.

Moving inference to AWS? Switch to Bedrock on credits

If model choice, AWS-native governance, or EU/region data residency is pushing you to Bedrock, CloudRoute routes you to a vetted AWS partner and funds the migration with credits. Customer pays $0.

matched within< 24h
credit ceilingup to $1M
cost to you$0
Amazon Bedrock vs OpenAI API — full 2026 comparison · CloudRoute