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
preguntada hace 4 meses214 visualizaciones
2 Respuestas
0
Respuesta aceptada

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
respondido hace 4 meses
0

Thank you for answering!

seeki
respondido hace 4 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas