Setting up scripts in Amazon EC2 Cloud
Posted
by
racket99
on Super User
See other posts from Super User
or by racket99
Published on 2011-01-02T21:39:57Z
Indexed on
2011/01/03
6:55 UTC
Read the original article
Hit count: 250
Hello,
I am currently running a few perl and python scripts on a windows pc and would like to port over to the Amazon EC2 servers running 64-bit LINUX. The scripts are basic web scrapers that go to a variety of websites, get data and then save daily as csv files.
I would like to install these in the cloud and get them running in an automated way so that they will run without my intervention. Also given that I don't want to lose all the data if the instance crashes, I should also upload the csv files to Amazon S3.
Any idea how I can do this? I am not terribly versed in LINUX nor do I know Perl/Python well. What is the best way for me to tackle thi
© Super User or respective owner