I want PHP layer to execute a method (or call a web service) every month. My PHP sits in AWS elastic beanstalk environment.
- My requirement is to run a task every month on a certain time.
- The triggering of event execute a PHP code that purges data that sits in the RDS as per the defined business rules.
Cron job or MySQL triggers would not help me. Is this possible at all?