AWS: What can I use to run periodic tasks on RDS?

Viewed 7357

In specific RDS column as a date, I keep the information when user's trials end.

I'm going to check everyday these dates in database and when less the few days lefts to the end of trial, I want send an email message (with SES).

How can I run a periodic tasks in AWS to check database? I know that I can use:

  • Lambda
  • EC2 (or Elastic Beanstalk)

Is there any other solution which I've missed?

3 Answers
Related