About the minimum number of instances of AWS App Runner during normal times

0

A web application built with App Runner automatically scales up in response to requests, but as long as there are no requests, the number of instances will automatically be zero and the memory will be zero, so will there be no costs during that time? Even after reading the documentation, I still couldn't understand it. https://docs.aws.amazon.com/ja_jp/apprunner/latest/dg/what-is-apprunner.html

seeki
posta 4 mesi fa214 visualizzazioni
2 Risposte
0
Risposta accettata

When there is no request, you pay per GB of memory for provisioned container instances which keep your application warm and eliminate cold starts. And as requests come in, it responds in milliseconds, and you pay for the vCPU and memory consumed by your active container instances. Here is more around AWS App Runner pricing.

AWS
rsn
con risposta 4 mesi fa
0

Thank you for answering!

seeki
con risposta 4 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande