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
gefragt vor 4 Monaten214 Aufrufe
2 Antworten
0
Akzeptierte Antwort

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
beantwortet vor 4 Monaten
0

Thank you for answering!

seeki
beantwortet vor 4 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen