Amazon web services – Is it correct to spin up a new EC2 instance to process each message in SQS for the purpose of video rendering?
I have created a python script which processes videos using Selenium on an EC2 instance, taking input from an SQS queue for each message. This works fine for a single video, but I need to process hundreds of videos concurrently.…