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
已提問 4 個月前檢視次數 214 次
2 個答案
0
已接受的答案

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
已回答 4 個月前
0

Thank you for answering!

seeki
已回答 4 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南