EC2 Video Editing for a very small team

0

Short backstory: I own a very small business that just started up. I live stream sporting events to our website, mostly powered by AWS. One challenge we've had is editing our very long and very large video files down for marketing purposes and other things. Currently I have one editor that works sporadically, as required. Storage has been an issue since we're not colocated. Previously we've synced my very large NAS to a consumer NAS for him to grab files but that quickly became unmanageable. More recently, I've looked into S3 storage for our video archive and providing access to that for the editor, but that's a story for another day.

Today, I ran across this post: https://aws.amazon.com/blogs/media/getting-started-with-aws-cloud-video-editing/ and I find it interesting to say the least but looking at what gets spun up with this it leaves me with a few questions.

  • What components of this configuration are running 24/7 (IE being billed 24/7)
  • Does anyone have any experience with the cost of editing in the cloud like the above?

More to the point: we're very small and data moving is our biggest issue. We don't often have someone editing everyday. So I'm kind of at this place where I was thinking I could spin up and spin down an EC2 instance as needed, attach a NVMe drive and move source/completed videos off to S3 when complete, and then spin down the EC2 instance.

Again, curious if anyone has any experience doing something like this or if they'd have an advice/thoughts?

asked 8 months ago269 views
1 Answer
0

Please see the published solution here: https://aws.amazon.com/solutions/implementations/edit-in-the-cloud-on-aws/ and the implementation guide: https://docs.aws.amazon.com/solutions/latest/edit-in-the-cloud-on-aws/solution-overview.html The cost of the solution is calculated here: https://docs.aws.amazon.com/solutions/latest/edit-in-the-cloud-on-aws/cost.html To reduce cost, consider turning off your Windows EC2 instance when not in use.

AWS
Nuno_Q
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions