Score:1

How to spin up AWS computing resource on demand within 10 seconds delay apart from using Lambda?

co flag

Upon user request, my application has to run a CPU heavy application that requires 6 CPU processes. To reduce latency and speed up development, I choose a monolith approach. Therefore, I simply put everything in an 8 cores CPU instead of using event-driven tools like Lambda.

To save server cost, I want my AWS EC2 instance to start only when the end user click "start" on the browser. To maintain a good user experience, I want the delay to be at most 10 seconds.

If I understand correctly, I can choose to use Fargate or EC2. And people say that starting an EC2 or Fargate instances require at least 30 seconds. Is that correct?

Is there any possible solution to dynamically spin up a monolith computing resources within 10 seconds delay apart from using Lambda?

mik3fly-4steri5k avatar
cn flag
i m looking same informations about delay
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.