Disable free tier in AWS calculator

0

Hi, Is it possible to disable free tier in aws calculator? As per the documentation here https://aws.amazon.com/calculator/calculator-assumptions/ , "The Calculator does not account for free tier pricing" but that is not the case it seems. For eg, when I choose a lambda and do the calculation it accounts for free tier and hence I am not getting the actual cost.

Calculator: https://calculator.aws/#/estimate?id=da444158f17025060ab788152c5ef365a9c7e080

Thanks in advance

  • I can see where they're coming from with their statement, and I can see where you're coming from with yours.

    The Calculator is trying to guard against the situation where you spec (say) an EC2 t2.micro and it doesn't know if you're a new customer in your first month (so it's free) or your 13th month (you have to pay for it).

    Lambda is always free for the first million requests every month, and the calculator thinks it's safe to assume you haven't consumed any of this before starting your calculation.

    Even if you put in a dummy entry in of 1000000 requests, each 100ms duration, each allocated 4096MB memory (leave ephemeral at default 512MB) which would exactly consume all the free tier allocation, the next time you add another lambda item it assumes that new calculation is starting from scratch.

    This is annoying, it would be nice if they could add an "ignore free tier" radio button to it.

asked 10 months ago298 views
1 Answer
0

There's a Lambda pricing calculator here https://s3.amazonaws.com/lambda-tools/pricing-calculator.html that has the option of ignoring free tier.

profile picture
EXPERT
Steve_M
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions