skip to Main Content

I have an application in AWS that uses AppRunner using the example provided by AWS. i was wondering if there is a way to not pay for the compute running till a task is needed.

I followed this one: https://docs.aws.amazon.com/apprunner/latest/dg/getting-started.html but didn’t find an answer

2

Answers


  1. Chosen as BEST ANSWER

    it looks like from the console you can't set it to less than 1 https://docs.aws.amazon.com/apprunner/latest/dg/manage-autoscaling.html


  2. When there’s no work to do, in AppRunner you don’t pay for CPU cycles, only for the memory.

    See https://nathanpeck.com/build-your-application-easily-efficiently-serverless-containers/

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search