Home > Mobile >  AWS Lambda costs at resource level granularity
AWS Lambda costs at resource level granularity

Time:01-18

Does AWS Cost explorer provide resource-level granularity for Lambda functions?

CodePudding user response:

It does not, you can't filter down to the resource level here:

Screenshot from cost explorer

CodePudding user response:

There isn't anything direct given by AWS.

But you can write a cloud-watch insights query on the lambda logs, and calculate the gb-secs, and get the approximate cost by multiplying with the pricing rates.

  •  Tags:  
  • Related