Amazon quietly axed four of its flagship Nova AI models this week. Nova Premier, Nova Omni, Nova Reel, and Nova Canvas are entering KTLO — Keep The Lights On — mode: no new features, no active development, just maintenance for existing customers. The EOLs land between September 14 and September 30, 2026. If you’re building on any of them in production, you need a migration plan now.
What’s Being Wound Down #
This wasn’t announced on an AWS blog. It leaked via Business Insider from an internal Amazon reorganization — which tells you everything about how Amazon feels about these models. Here’s what’s going away:
Nova Premier— Amazon’s enterprise flagship; 1M-token context, model distillation teacher, agentic orchestrator. EOL: September 14, 2026.Nova Reel— Video generation. EOL: September 30, 2026.** Nova Canvas**— Image generation. EOL: September 30, 2026.** Nova Omni**— Full multimodal (text, image, video, audio in; text and image out). No hard EOL announced, but active development has stopped.
“KTLO” is Amazon’s internal engineering term for a product on life support. It still works. Existing customers can keep using it. But the team has moved on. If you’ve built production pipelines on any of these model IDs, you’re holding a ticking clock.
The model IDs to audit in your Bedrock API calls right now:
amazon.nova-premier-v1:0
amazon.nova-omni-v1:0
amazon.nova-reel-v1:0
amazon.nova-canvas-v1:0
What’s Still Safe to Build On #
Not everything in the Nova family is dead. These models have confirmed active development:
Nova 2 Lite— The primary migration target for many workloads. Active, cheaper, solid.** Nova 2 Sonic**— Speech and voice use cases. Active.** Nova Forge**— Custom fine-tuning. Active.** Nova Act**— Browser-based AI agent platform. Not just active — it’s a strategic priority.
For enterprise reasoning tasks that Nova Premier was handling, AWS’s own guidance now points toward Claude on Bedrock. Anthropic’s Claude Platform on AWS has been generally available since May 2026, with IAM integration, CloudTrail audit logging, and consolidated billing — the full AWS-native experience. You swap a model ID; the Bedrock API stays the same.
Why Amazon Is Doing This #
The backstory matters. Amazon’s San Francisco AGI lab — built around the team it acquired from startup Adept — shut down on July 24, four days before this news broke. Adept co-founder David Luan, who led the lab, departed in February. The lab peaked at roughly 80 people; more than a dozen Adept hires have since left.
The replacement bet: a new Frontier Model Research team led by Pieter Abbeel — UC Berkeley professor, co-founder of robotics startup Covariant, which Amazon acquired in 2024. Abbeel’s group is developing a single frontier model expected to debut at AWS re:Invent in late 2026. It may carry the Nova brand. It will be a very different animal from what’s being wound down.
Amazon’s strategy has shifted from “build a model family that competes with everyone” to “build the infrastructure layer, partner with the best models, and keep one frontier effort running.” Amazon’s $4 billion investment in Anthropic makes Claude effectively its premium first-party model through Bedrock. Nova is becoming a platform brand, not a model competition.
The Broader Lesson #
Amazon isn’t alone in this retreat. Google spent years maintaining Bard, PaLM, and a dozen research variants before consolidating into the Gemini family. Microsoft deprioritized its own model research in favor of its deep OpenAI partnership. The pattern is clear: unless you’re OpenAI or Anthropic, building and maintaining competitive frontier models burns capital for marginal returns.
The practical lesson for developers: don’t deeply couple your production code to any cloud provider’s proprietary model IDs. Use an abstraction layer — a config file, a factory function, a model registry — so you can swap a string when the next inevitable deprecation hits. Because this won’t be the last time.
Your Migration Checklist #
Nova Premier users: Move to Claude 3.7 Sonnet or Claude Opus 5 on Bedrock for reasoning and agentic orchestration. For distillation workflows, wait for Nova 2 Pro (expected Q4 2026).Nova Canvas users: Stability AI models on Bedrock, or Amazon Titan Image Generator v2.Nova Reel users: No clean in-Bedrock replacement yet. AWS says migration guidance is coming. Start evaluating alternatives now.Nova Omni users: For text+image tasks, Nova 2 Lite handles most scenarios. For full AV+text processing, there’s no direct Bedrock substitute yet.
Watch re:Invent 2026 for Pieter Abbeel’s announcement. Whatever Amazon’s next frontier model is, that’s the one worth evaluating for long-term bets. Bookmark the Bedrock model lifecycle calendar and check it before committing to any proprietary model in production.