Build1 distinct publisher3 min readPublished
AWS's India geographic profiles keep GPT-5.6 Terra and Luna routing between ap-south-1 and ap-south-2, which answers local processing rules and shrinks the capacity pool that cross-Region inference exists to widen.
The Engineer · Build desk

Compiled by The EngineerSomething wrong?How this is made
An inference profile is a model ID with a routing table attached. You pass the profile ID where you would pass a model name, and the profile defines both the model and the Regions Bedrock may route the request to [7]. For the India geographic profiles that list is Asia Pacific (Mumbai) ap-south-1 and Asia Pacific (Hyderabad) ap-south-2, and AWS says requests route only between them [4]. Nothing in your application code enforces that; the enforcement is a prefix on a string that, in most codebases, arrives from an environment variable.
The same India endpoints accept `global.` profiles, which route to supported commercial Regions worldwide, cover Sol in addition to Terra and Luna, and come with AWS's own advice to use the `in.` profiles instead if you have local data processing requirements [12]. That gives you two compliance postures behind one identical call shape, which is a good argument for asserting the prefix in a test rather than trusting a deploy-time variable.
AWS describes cross-Region inference as primarily a capacity mechanism: instead of being bound to one Region's capacity, requests draw on a broader pool so throughput holds under load [6]. The India profile runs that machinery over a pool the post enumerates as two Regions [15]. That is better than one Region, but nowhere near the worldwide pool the global profile reaches [12]. For the throughput argument to transfer to your workload, both Mumbai and Hyderabad need to be carrying your chosen model with headroom during your peak, and AWS points readers at the Regional availability by models table for current per-Region availability [14]. That table is what tells you whether your two-Region pool is really two Regions.
Observability lands in one place by design. Billing and quota consume against your account in the source Region regardless of which backend Region served the request [8], and CloudWatch and CloudTrail record entries in the source Region only [9]. That is convenient for dashboards, but it also means your own audit trail will not show which Region handled a given call, so the evidence that processing stayed in India is the profile definition and AWS's statement about it [4], not a log line you hold.
The retention detail matters too. Bedrock's default is zero data retention: it does not store model inputs or outputs. For certain models, including GPT-5.6, content flagged by the automated abuse-detection classifiers is retained for offline abuse detection [10]. The data residency section states that exception without saying where the retained content is held [16]. If the reason you reached for the `in.` profile is that a prompt can carry patient or account data, that gap is the item to close before sign-off, not after. Input prompts and outputs may also move between the two Regions, encrypted in transit across the Amazon network [11].
One more adoption cost. AWS recommends the bedrock-runtime endpoint for new applications and says that is where features including Guardrails, intelligent prompt routing and cross-Region inference are available [13]. Anything still built on Mantle endpoints pays that migration first.
In a regulated Indian workload I would take the narrower pool. The 1-million-token window with text and image input is what makes the boundary worth the engineering, because a single request can carry a long document or a large code base [5], and that is the class of request you cannot casually split across geographies.
Ranked by verification strength, evidence, and original report placement.
Amazon Bedrock now supports the OpenAI GPT-5.6 models Terra and Luna in India with India geographic cross-Region inference, and Amazon Bedrock processes inference requests and data within India.
AWS positions the India geographic cross-Region inference option for customers with local data processing requirements in India, including in financial services, healthcare and the public sector.
There are two India geographic inference profiles: in.openai.gpt-5.6-terra for GPT-5.6 Terra and in.openai.gpt-5.6-luna for GPT-5.6 Luna.
With India geographic cross-Region inference, Bedrock routes requests only within the India geography across Regions such as Asia Pacific (Mumbai) ap-south-1 and Asia Pacific (Hyderabad) ap-south-2; you call the profile from either India Region as the source and Bedrock routes to the destination India Region based on capacity.
Both models offer a 1-million-token context window, accept text and image input and produce text output, so applications can process long documents, large code bases and mixed text-and-image workloads in a single request.
AWS describes cross-Region inference as primarily a capacity mechanism: instead of being bound to one Region's capacity, requests draw on a broader pool of compute, helping maintain throughput and consistent performance under load.
Distinct publishers with included, body-backed reporting in this cluster.
1 article · August 27, 2026
Follow any of these and your For You feed starts watching them — no settings page required.
build
Bedrock turns GPT-5.6 throughput into a routing choice, with residency as the price1 distinct publisher
build
OpenAI's top model at $4/$20 is a three-month answer to a permanent build decision1 distinct publisher
build
AWS's own agent fleet guidance puts the lock-in in state, auth and telemetry, not the framework1 distinct publisher
product
Amazon triples its Nvidia order, and the 2027-28 GPU queue closes early1 distinct publisher
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
Specific first-party documentation, no external verification
The mechanics are stated precisely by the operator of the service itself: exact profile IDs, the two routing Regions, billing and quota attribution, source-Region-only logging, and the retention exception. That is high-quality evidence for what the product does, but it comes from a single vendor post with no independent testing, benchmark or customer account to corroborate throughput, availability or residency behavior.
Generally available, no usage evidence
Availability is documented: the profiles exist, are selectable in the Bedrock console and callable via the OpenAI-compatible and Converse APIs from both India Regions. Nothing in the supplied material shows customer deployments, request volumes, named adopters or third-party usage, so adoption rests entirely on the launch itself.
Residency framing outruns the stated detail
The absolute framing that 'the processing never leaves the country' sits in the same post as a retention exception for GPT-5.6 flagged content whose storage location is never stated, and the capacity narrative is asserted while the India pool is confined to two Regions with no published headroom. The overstatement is modest and self-qualified rather than fabricated, because the post itself supplies the limiting facts.
Sole source is the selling vendor
Every claim originates from AWS announcing its own paid service and steering readers toward its recommended endpoint and profile choices, including naming regulated buyer segments. There is no independent, customer or competitor voice in the cluster to offset that commercial interest.
Reliable on mechanics, thin on everything else
Confidence is high that the described profiles, routing scope and attribution behavior are accurate, since the vendor controls those facts. It is low on performance, cost, uptake and the residency edge case, all of which are either unstated or unverified, and the single-source cluster leaves no way to triangulate.