# CleverTap, Technology, Servers, Engineering

Published articles for CleverTap, Technology, Servers, Engineering.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Lessons Learned: Managing web server capacity with Auto Scaling

DevFeed: [Lessons Learned: Managing web server capacity with Auto Scaling](<https://devfeed.tech/articles/lessons-learned-managing-web-server-capacity-with-auto-scaling-27894.md>)

Original publisher: [Read original article](<https://clevertap.com/blog/lessons-learnt-managing-web-server-capacity-with-auto-scaling/>)

Author: Francis Pereira

Published: 2017-06-13T07:14:43Z

Content type: article

Language: en

Sources: [CleverTap](<https://devfeed.tech/sources/clevertap.md>)

Topics: [Server](<https://devfeed.tech/topics/server.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [in-memory database](<https://devfeed.tech/topics/in-memory-database.md>), [Latency](<https://devfeed.tech/topics/latency.md>)

Tags: [agile](<https://devfeed.tech/tags/agile.md>), [cache](<https://devfeed.tech/tags/cache.md>), [clevertap](<https://devfeed.tech/tags/clevertap.md>), [clevertap-technology-servers-engineering](<https://devfeed.tech/tags/clevertap-technology-servers-engineering.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [docker](<https://devfeed.tech/tags/docker.md>), [docker-container](<https://devfeed.tech/tags/docker-container.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [latency](<https://devfeed.tech/tags/latency.md>), [scale](<https://devfeed.tech/tags/scale.md>), [server](<https://devfeed.tech/tags/server.md>), [servers](<https://devfeed.tech/tags/servers.md>), [technology](<https://devfeed.tech/tags/technology.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

This article shares lessons from using Auto Scaling to handle daily peaks of approximately 116K requests per second. It recommends fast responses using in-memory systems, measuring latency to guide capacity planning, ensuring consistent instance bootstrapping, avoiding external dependencies during deployment, and packaging applications in Docker containers.

### Source excerpt

We have been experimenting with agile, faster and reliable ways to work with Auto Scaling to minimise last minute surprises, The post Lessons Learned: Managing web server capacity with Auto Scaling first appeared on CleverTap.