Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What would be the pricing for using Amazon SES from a lambda function?

I am configuring Amazon SES to send emails, through a lambda function. I am trying to understand the pricing model for doing this. As per the AWS docs, the pricing is as follows:

Sending email from an application hosted in Amazon EC2
$0 for the first 62,000 emails you send each month, and $0.10 for every 1,000 emails you send after that.

Sending email from an email client or other software package
$0.10 for every 1,000 emails you send.

Where do lambda functions fit into this pricing scenario? While I do understand AWS would host lambda functions on some variant of a virtual instance, will the pricing model of an EC2 instance apply while invoking SES through lambdas as well?

Thanks in advance!

like image 228
Apurva Mistry Avatar asked Oct 15 '25 05:10

Apurva Mistry


1 Answers

Although this question is quite old, my answer may help others. AWS updated their pricing page of SES and Lambda pricing is mentioned explicitly at the end of the page:

When you call Amazon SES from an application hosted in Amazon EC2 or via AWS Lambda, you can send 62,000 messages per month at no charge. This Free Usage Tier benefit does not expire.

See: https://aws.amazon.com/ses/pricing/

like image 87
user3221512 Avatar answered Oct 17 '25 00:10

user3221512



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!