fix(aws/save-costs): missed a suggestion

This commit is contained in:
Michele Cereda
2026-01-14 00:07:26 +01:00
parent 3c48e08ee4
commit 44990ca3fa

View File

@@ -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.<br/>
Consider applying for Compute Savings Plans if using Fargate capacity.