Use AWS Lookout if...
- You want to rebuild the old workflow inside AWS using SageMaker, CloudWatch, Lambda, or custom services.
- Your data platform and deployment process are already locked into AWS-only operations.
AWS ended support for Lookout for Metrics on October 10, 2025. If you only need to send a time series and get anomalies, expected values, and bands back, Go Insights is the smaller replacement path.
{
"period": 7,
"expectedValues": [812, 798, 805, 834],
"upperMargins": [38, 36, 37, 41],
"isAnomaly": [false, false, false, true],
"competitor": "AWS Lookout",
"replacement": "Go Insights"
}
Lookout for Metrics was a managed AWS anomaly service. Go Insights is narrower: a JSON API for scoring time series without rebuilding the detector inside your own stack.
| Question | Amazon Lookout for Metrics | Go Insights |
|---|---|---|
| Service status | Support ended; no new signups before retirement. | Available as a hosted API and live demo. |
| Implementation shape | AWS-native managed service with migration now required. | Send JSON time series, receive expected values, bands, period, and anomaly flags. |
| Best for | Teams already committed to rebuilding on AWS services. | Teams that want a smaller replacement instead of a full ML rebuild. |
| Pricing posture | Retired, so price is no longer the main issue. | Free test tier, paid plans from $25/month, overage from $0.20/1K. |
Use the live tester before committing engineering time. The demo uses the same kind of request and response fields your app would consume in production.
Paid plans start at $25/month. Overage starts at $0.20 per 1,000 detections, then falls on larger plans. The larger plans include more detections and reduce the overage rate to $0.12 per 1,000 detections.
Run one real metric through the tester, inspect the JSON, and decide whether the API fits the replacement job.
Comparison claims use public vendor documentation and public pricing pages. Links open in a new tab.