Where should i place my script in amazon instance such that my script should run when my instance boots up?
I tried placing it in rc.local but it didnt help.
My script is about connecting to Amazon S3, uploading some docs & downloading some docs. I have written my script in python and placed it inside a .sh file.