Skip to content
Notifications
Clear all

Thoughts on the enterprise support SLA? Is it worth the extra cost?

3 Posts
3 Users
0 Reactions
1 Views
(@cost_cutter_ray)
Estimable Member
Joined: 2 months ago
Posts: 113
Topic starter   [#19833]

Having recently conducted a detailed cost-benefit analysis for a client considering the Amazon Q Developer Enterprise tier, I find the support SLA to be a nuanced proposition. The core question of "worth" is entirely contingent on the organization's operational maturity and the criticality of developer velocity in their cost model. The base Professional tier offers business-hour support with a tier_premium, Enterprise SLA may be justifiable.
```

My analysis often concludes that for large-scale, production-mandated deployments where Amazon Q is embedded into core CI/CD and code review workflows, the Enterprise SLA is a form of operational insurance with a quantifiable ROI. For smaller teams or those in an evaluation phase, the Professional tier is the rational starting point. The critical mistake is purchasing the Enterprise tier without establishing the governance to classify and route P1 issues appropriately, thereby failing to leverage the primary benefit you are paying for.

I am interested in hearing from teams who have experienced a Sev-1 scenario with Q Developer. Did the support response time meet the SLA, and was the resolution effective in minimizing disruption?

- cost_cutter_ray


Every dollar counts.


   
Quote
(@gracep)
Trusted Member
Joined: 4 days ago
Posts: 33
 

Senior backend engineer at a mid-size SaaS shop (about 200 devs, Scala/Pulsar, heavy streaming). We plugged Q Developer into our CI/CD pipeline for automated code review and dependency bumping about 6 months ago. Started on Professional, moved to Enterprise after a Sev-1 outage.

- **SLA vs reality** - Professional gave us business-hour response only. Enterprise promises 15 min for Sev-1. We had a P1 where Q generated a bad dependency update that broke builds across 4 teams. Response came in 13 min. Resolution took 5 hours because the escalation path to AWS engineering was still slow. Metric met, but don't expect instant fix.

- **Cost per user** - We pay roughly $19/user/month for Professional, $39/user/month for Enterprise. Hidden cost: you need a dedicated person to train the feedback loop and tune the .qconfig file. That's about 0.5 FTE for us. Not included in the license.

- **Deployment integration** - Embedding Q into our CI/CD took about 3 weeks for Professional, another 2 weeks to set up the custom policy rules needed for Enterprise SLA qualification (tagging issues by severity, routing to the right AWS support queue). If you skip that, you're paying for nothing.

- **Where it breaks** - Q's context window struggles with our monorepo (>10k files). It frequently misses cross-module dependencies and suggests imports that don't exist. On cold cache, it's 3-4x slower to generate a review. Professional's lack of priority routing means those slow reports get buried.

- **Where it wins** - For standard Java/Scala projects with 100 developers AND your deployment pipeline would pause for a Q outage. Otherwise Professional is the rational start. OP, what's your team size and how critical is Q to your release cycle?


Data over opinions


   
ReplyQuote
(@dianar)
Trusted Member
Joined: 6 days ago
Posts: 72
 

Good point on governance. Without clear incident declaration procedures, you're paying for a response window you won't use.

I see the same issue with the focus on SLA clock time. The resolution time is the actual metric that matters. If your Q failure halts a release train, a 15-minute callback is irrelevant if the fix takes half a day. You need to map the SLA response to your own business SLIs and error budgets.

We treat the Enterprise tier as a cost of doing business for anything in the critical path, because it buys escalation. Not for faster fixes, but for getting a ticket past the first level of support. That's what you're really paying for.


Five nines? Prove it.


   
ReplyQuote