From 44990ca3fae169e4f31301e88e86676228d41a43 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Wed, 14 Jan 2026 00:07:26 +0100 Subject: [PATCH] fix(aws/save-costs): missed a suggestion --- knowledge base/cloud computing/aws/ecs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/knowledge base/cloud computing/aws/ecs.md b/knowledge base/cloud computing/aws/ecs.md index c9b068e..e40b95c 100644 --- a/knowledge base/cloud computing/aws/ecs.md +++ b/knowledge base/cloud computing/aws/ecs.md @@ -1804,6 +1804,7 @@ Specify a supported value for the task CPU and memory in your task definition. - Prefer using [spot capacity][effectively using spot instances in aws ecs for production workloads] for non-critical services and tasks. +- Consider **stopping** (scaling to 0) non-production services after working hours. - Consider applying for EC2 Instance and/or Compute Savings Plans if using EC2 capacity.
Consider applying for Compute Savings Plans if using Fargate capacity.