Reputation: 31
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
Upvotes: 2
Views: 126
Reputation: 1786
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/
Upvotes: 0
Reputation: 31
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
Upvotes: 1