Decorative cyan blur effect

Scale Fargate to zero when containers are idle - Automatically

Zeroscaler.io monitors your AWS Fargate tasks and autoscales them down to zero when idle; saving you money without complex workarounds.

zeroscale-server.ts
package.json
import { ZeroScaler } from '@zeroscaler/zeroscaler-cdk';

new Zeroscaler(stack, 'MyZeroscaler', {
  targetGroupArn: 'arn:aws:elasticloadbalancing:...',
  fargateTaskArn: 'arn:aws:ecs:...',
  // Optionally override vpc or cluster
});

Problem

Save on AWS costs: by scaling Fargate containers to zero when not in use.

Solution

Zeroscaler.io solves this by detecting idle services and seamlessly scale your Fargate tasks to zero - bringing them back when needed.

Key Benefits

  • Save on AWS Costs: Reduce expenses by scaling down unused Fargate containers.
  • Seamless Integration: Works with your existing AWS setup without additional tools.
  • Developer-Friendly: Designed for simplicity and ease of use.