Planetside Software Forums

General => File Sharing => General => Topic started by: rupertbg on December 10, 2017, 03:33:45 AM

Title: Rendering on AWS
Post by: rupertbg on December 10, 2017, 03:33:45 AM
Hello,

I have created a repo on Github that contains the scripts I use to render on AWS EC2 automatically. I have it configured to us m4.16xlarge instances which cost about $8/hour and have 128 Xeon cores. It takes about 5 hours to render a 6000x4000 with quality on 1 and AA on 4...

https://github.com/rupertbg/aws-terragen-render

Kind regards,

Rupert
Title: Re: Rendering on AWS
Post by: cyphyr on December 10, 2017, 06:08:42 AM
Thankyou very much for this.
It's something that I have been wondering about for a while.
Reading through the notes I realise I have much to learn. I understood almost none of it! hehe.
Title: Re: Rendering on AWS
Post by: bobbystahr on December 10, 2017, 05:30:13 PM
Quote from: cyphyr on December 10, 2017, 06:08:42 AM
Thankyou very much for this.
It's something that I have been wondering about for a while.
Reading through the notes I realise I have much to learn. I understood almost none of it! hehe.

a bit more than me then heh heh
Title: Re: Rendering on AWS
Post by: rupertbg on December 11, 2017, 01:39:22 AM
Hmmmm maybe I should post a video up for you all to see how it works?
Title: Re: Rendering on AWS
Post by: Oshyan on December 11, 2017, 10:56:24 PM
Just make sure not to exceed your license limits. Cloud licenses count the same as local ones.

- Oshyan
Title: Re: Rendering on AWS
Post by: rupertbg on December 11, 2017, 11:06:37 PM
You raise a really good point Oshyan! I also need to document how this works in the scripts!

Currently I upload my tg4key.lic to the S3 bucket that is being used for render output and logs. And the EC2 instance pulls down this license and installs it on creation.

With an ephemeral cloud server like this, does the license count just for the time the instance exists? Because these instances delete themselves once the rendering is done. Is licensing based on number of concurrent machines using the license? What is the limit for concurrent machines per license?
Title: Re: Rendering on AWS
Post by: Oshyan on December 11, 2017, 11:22:37 PM
Yes, the license use only counts while the machine is active with Terragen running. Concurrent usage limits depend on what license you have. Terragen 4 Creative comes with 2 Render Nodes, Professional with 5. You can also purchase additional render nodes separately.

- Oshyan