Configures auto-scaling policies for AWS ASG, GCP MIG, Azure VMSS, and Kubernetes HPA. Generates Terraform, YAML, or CLI configs with metric thresholds and cooldowns.
From auto-scaling-configuratornpx claudepluginhub nickloveinvesting/nick-love-plugins --plugin auto-scaling-configuratorThis skill is limited to using the following tools:
assets/README.mdassets/config_template.yamlassets/example_aws_scaling_policy.jsonassets/example_hpa.yamlreferences/README.mdscripts/README.mdscripts/generate_config.pyProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Calculates TAM/SAM/SOM using top-down, bottom-up, and value theory methodologies for market sizing, revenue estimation, and startup validation.
Configure auto-scaling policies for cloud workloads across AWS Auto Scaling Groups, GCP Managed Instance Groups, Azure VMSS, and Kubernetes Horizontal Pod Autoscaler (HPA). Generate scaling configurations based on CPU, memory, request rate, or custom metrics with appropriate thresholds, cooldown periods, and scale-in protection.
aws, gcloud, or az)kubectl configured with cluster access and metrics-server deployed| Error | Cause | Solution |
|---|---|---|
No scaling activity despite high load | Metric not reaching threshold or cooldown active | Verify metric source in CloudWatch/Stackdriver; check cooldown timer with describe-scaling-activities |
Scaling too aggressively (flapping) | Cooldown too short or threshold too sensitive | Increase cooldown period and widen the gap between scale-out and scale-in thresholds |
Max capacity reached | Instance/pod limit hit during traffic spike | Raise max_size or implement request queuing as a backpressure mechanism |
HPA unable to compute replica count | Metrics server not deployed or metric unavailable | Install metrics-server and verify kubectl top pods returns data |
FailedScaleUp: insufficient capacity | Cloud provider out of capacity in selected AZ/region | Add multiple AZs to the ASG or use mixed instance types with allocation strategy |