You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated cost calculation formulas for Lambda and Fargate Spot training jobs with more accurate estimates
- Clarified that SageMaker training alone is cost-competitive, but endpoints drive the total cost difference
- Added CI/CD status badges to README
- Enhanced troubleshooting guidance and documentation structure
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
A lightweight, cost-effective AutoML platform built on AWS serverless architecture. Upload CSV files, automatically detect problem types, and train machine learning models with just a few clicks.
4
4
5
+
## 🔄 CI/CD Status
6
+
7
+
| Workflow | Main | Dev |
8
+
|----------|------|-----|
9
+
| CI Terraform |[](https://github.com/cristofima/AWS-AutoML-Lite/actions/workflows/ci-terraform.yml)|[](https://github.com/cristofima/AWS-AutoML-Lite/actions/workflows/ci-terraform.yml)|
| Deploy Lambda API |[](https://github.com/cristofima/AWS-AutoML-Lite/actions/workflows/deploy-lambda-api.yml)|[](https://github.com/cristofima/AWS-AutoML-Lite/actions/workflows/deploy-lambda-api.yml)|
12
+
| Deploy Training Container |[](https://github.com/cristofima/AWS-AutoML-Lite/actions/workflows/deploy-training-container.yml)|[](https://github.com/cristofima/AWS-AutoML-Lite/actions/workflows/deploy-training-container.yml)|
Copy file name to clipboardExpand all lines: docs/PROJECT_REFERENCE.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -421,8 +421,10 @@ Total: ~$10-25/month
421
421
422
422
**Comparison:**
423
423
- SageMaker with real-time endpoint: ~$150-300/month (ml.c5.xlarge 24/7)
424
-
- This solution: $12-15/month
425
-
-**Savings: ~80-95%**
424
+
- This solution: $10-25/month
425
+
-**Savings: ~85-95%** (vs SageMaker with endpoints)
426
+
427
+
> Note: SageMaker training alone costs ~$0.68-3.20/month for 20 jobs—comparable to this solution. The significant savings come from avoiding always-on inference endpoints.
0 commit comments