Possible Duplicate:
Scaling images stored at S3
Before going to use Amazon S3 service, I want to know clearly as to the process of resizing images hosted on S3. My plan is - I want to move original image to S3, when user requests different sizes of thumbnails, I need to resize this and serve the image?
What is the best solution to achieve this? Need I to use EC2 for image processing? In that case it costs more, I think.