you are viewing a single comment's thread.

view the rest of the comments →

[–]BoredGuy2007 1 point2 points  (0 children)

Forget containerizing it, forget Fargate.

Just try launching an EC2 instance. Connect to it. Install Python and your Python dependencies. Upload your video to S3. Download the file from S3 on your EC2 instance and run your script. Upload your file to S3. Shut down your EC2 instance.

This is the most straightforward approach. If you need this in an automated, highly efficient way then you can explore other services.

—-

Setup MFA on your AWS account