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
demandé il y a 4 mois214 vues
2 réponses
0
Réponse acceptée

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
répondu il y a 4 mois
0

Thank you for answering!

seeki
répondu il y a 4 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions