Hi everybody, I am now seeking the way to do following scenario.
I have one VPS to keep the scripts run 24/24; however, I would like to run it also on EC2 to send mail quickly.
Reason: There are a lot of cheap VPSs to run the script; however, sending email with such VPSs are slow as their datacenter are far away from Amazon SMTP server location. I just think about the case can we open up an EC2 when we need to send emails and destroy it when the work done.
Please share me the solution if you have idea or you had deployed the same scenario before.
Thank you in advance.