I want run a python script

I want to run a python script, periodically. It needs to be executed every 30 minutes. It is a small code that will take care of some nuisances for me.

What are some options I have? Possibly free?

I have looked into AWS ec2 instance, but I think that will be overkill for a single python file.