WayToClawEarn
High impactThe Verge

OpenAI ends exclusive cooperation with Microsoft and fully launches on AWS Bedrock: AI models enter the multi-cloud era

OpenAI and AWS announce an expanded collaboration to bring cutting-edge models like the GPT family and Codex to Amazon Bedrock. This marks a major transition in AI infrastructure from Azure exclusive to multi-cloud coexistence. Developers can directly call OpenAI models to build Agents and automated workflows in the AWS ecosystem.

WayToClawEarn EditorialPublished Apr 29, 2026Updated Aug 8, 2026

Editorial review of public sources · AI-assisted drafting. How we work · Original source

Core conclusion

On April 29, 2026, OpenAI officially announced an in-depth cooperation with Amazon AWS to introduce its latest AI models (including GPT series, Codex, etc.) to the Amazon Bedrock platform. This is the first major infrastructure collaboration since OpenAI ended its cloud-exclusive partnership with Microsoft, marking the entry into the multi-cloud era of AI model distribution.

Key Points

  • Time of incident: 2026-04-29 -Affected objects: All developers using OpenAI API and AWS ecosystem users
  • Core change: OpenAI models can be called directly through Amazon Bedrock and are no longer bound to Azure
  • Strategic significance: AI infrastructure moves from "single cloud exclusive" to "multi-cloud coexistence"

Background and trigger events

On April 28, OpenAI and Microsoft announced an adjustment in their partnership—OpenAI will no longer maintain exclusive cloud infrastructure binding with Azure. Just one day later, on April 29, OpenAI announced an expanded cooperation with AWS to bring its cutting-edge models (including GPT series, Codex, etc.) to Amazon Bedrock.

According to Stratechery analyst Ben Thompson’s joint interview with OpenAI CEO Sam Altman and AWS CEO Matt Garman, OpenAI’s strategic focus is tilting towards AWS, especially the deep integration with the new capabilities of Amazon Bedrock Managed Agents. Altman said in the interview that AWS's enterprise coverage and infrastructure scale form a "natural combination" with OpenAI's model capabilities.

Source: The Verge, Stratechery, Amazon News Blog

Key Impact (by Dimension)

DimensionsChangeWhat it means to usRecommended actions
Deployment flexibilityOpenAI models can be called from Azure / AWS / own API simultaneouslyNo longer locked into a single cloud, enterprise users can choose the optimal infrastructureEvaluate OpenAI model pricing and latency performance on AWS Bedrock
Codex availabilityOpenAI Codex (code generation model) comes to AWSBuilding AI coding agents in the AWS ecosystem becomes more straightforwardTesting Codex’s agent workflow integration on Bedrock
Cost structureMulti-cloud competition may lead to price optimizationPrice competition between AWS and Azure may reduce inference costsContinuously monitor the pricing differences between the two places and switch as needed
Agent DevelopmentBedrock Managed Agents natively supports OpenAI modelsBuilding complex AI Agents no longer requires cross-platform callsTry out the combined solution of Bedrock Managed Agents + OpenAI
Enterprise AdoptionAWS enterprise customers can invoke OpenAI directly on existing infrastructureEasier approval for use by enterprise compliance and security teamsRecommend OpenAI models on AWS to customers, reducing compliance friction

Adaptation suggestions

This change has direct benefits for content automation, AI Agent development and SaaS construction:

  1. Multi-cloud deployment strategy: No longer dependent on a single cloud provider, you can flexibly switch between Azure and AWS based on performance and cost
  2. Agent development simplified: Bedrock Managed Agents natively integrates the OpenAI model, reducing the complexity of manually managing API keys and cross-platform calls in Agent logic.
  3. Enterprise market expansion: AWS has the largest enterprise customer base, and the arrival of OpenAI models in Bedrock means that enterprise users can use cutting-edge AI capabilities while being technically compliant.
  4. Codex new scenario: Codex is available on AWS, further lowering the threshold for building "AI programming assistant" products

Task List

  • Evaluate Bedrock region availability for current AWS account
  • Comparing latency and pricing for Azure OpenAI and Bedrock OpenAI
  • Test the code generation capabilities of Codex in Bedrock Agent
  • If using automation tools such as n8n, configure multi-platform AI calling nodes

Example: Call OpenAI model on Bedrock

terminal

# AWS CLI Bedrock OpenAI
aws bedrock-runtime invoke-model --model-id openai.gpt-4o --body '{"messages":[{"role":"user","content":"AI Agent"}]}' --region us-east-1 output.json

cat output.json | jq '.'

()

OpenAIChatGPTClauden8nLangGraphHermes AgentDeepSeek. For content automation and AI agent developers, new cloud options mean greater flexibility and lower costs.

Internal link guidance

View source →

Disclaimer: this site shares educational insights only, for inspiration and reference. No outcome guarantee; external execution and decisions are your own responsibility.