Skip to main content
Huge Networks

Automatically scale your resources based on demand

Intelligently and automatically scale your infrastructure. Auto-scaling monitors your applications and adjusts capacity to maintain stable performance at the lowest cost.

Why use Auto-scaling?

Benefits that transform your infrastructure management

Smart Savings

Pay only for the resources you really need. Reduce costs by scaling down during periods of low demand.

Guaranteed Performance

Keep your application responsive during traffic spikes. New instances are automatically provisioned.

Zero Manual Intervention

Eliminate the need for 24/7 monitoring. Configure once and let the system work for you.

How It Works in 4 Steps

Simple and automated process to scale your infrastructure

1. Define Rules

Configure metrics such as CPU, memory, or requests per second.

2. Set Limits

Determine the minimum and maximum number of instances for your group.

3. Automate Actions

The system adds or removes VMs based on defined conditions.

4. Monitor Health

Health checks ensure that only healthy instances receive traffic.

Metrics

Metrics-Based Policies

  • CPU Usage
  • Memory Consumption
  • Network Traffic
  • Custom metrics via API
Políticas Baseadas em Métricas - Gráfico mostrando crescimento com seta laranja
Escalabilidade Bidirecional - Setas bidirecionais mostrando scale up e scale down
Flexible

Bidirectional Scalability

  • Scale-out: add instances when needed.
  • Scale-in: remove idle instances automatically.
  • Cooldown periods to avoid flapping.
Schedulable

Time-Based Scheduling

  • Scale at specific times for planned events.
  • Prepare your infrastructure for known demand peaks.
  • Turn off dev/test environments outside business hours.
Agendamento Baseado em Tempo - Gráfico de crescimento temporal

Common Use Cases

Ideal applications for auto-scaling

E-commerce

Web Applications

Data Processing

Dev/Test Environments

Performance in Numbers

Proven results of savings and efficiency

0%

Cost Reduction

0.00%

Availability

<0s

Provisioning Time

Simple Configuration in YAML

Example of auto-scaling configuration

auto-scaling-config.yaml
Auto-scaling Group:
  Min Instances: 2
  Max Instances: 10
  Desired Capacity: 3
  
Scale-out Policy:
  Metric: CPU > 75%
  Duration: 5 minutes
  Action: Add 2 instances
  Cooldown: 300 seconds
  
Scale-in Policy:
  Metric: CPU < 30%
  Duration: 10 minutes
  Action: Remove 1 instance
  Cooldown: 300 seconds

Create your VM and use auto-scaling today

Configure your first Auto-scaling group in minutes through the console or API.

Create my first VM right now →