Hermes Wiki
Tools/AWS_Auto_Scaling

AWS Auto Scaling

Unified interface for configuring automatic scaling across EC2, ECS, and DynamoDB from one place, coordinating capacity across service tiers. For containerized workloads, the most-used open-source equivalent is Kubernetes Horizontal Pod Autoscaler + Cluster Autoscaler, with KEDA added for event-driven scaling — covers the same "scale each tier automatically" goal without AWS's cross-service unification. See EC2_Auto_Scaling for the EC2-specific version.

Hermes Wiki