Quote from: cyphyr on August 07, 2013, 05:38:00 AM
I'm out of my depth here but can you explain how you rendered Terragen scenes on the Amazon Cloud. I could not see it as one of the supported softwares, so how did you do it?
It's fairly simple but you need basic knowledge of linux to do it as you'll be working only on command line. You can also do it on windows servers but that's more expensive but you can play over normal windows desktop..
Anyways what you basically need to do is set up EC2 instance which is a server. Once you launch the instance (= start up the server) you just need to install terragen and the depencies and start rendering. Starting up EC2 instance is basically the same as buying own server and running that at your home.. You just never see the EC2 server..
For example to install depencies
Debian:
apt-get install libgl1-mesa-swx11 libglu1-mesa freeglut3 libfreetype libfreetype6 libjpeg62 libpng12-0
Ubuntu:
apt-get install libosmesa6 libglu1-mesa freeglut3 libfreetype6 libjpeg62 libpng12-0
With amazon you only need to do this once.. After that you can launch as many instances (copy the first one basically) as you need. However you're limited to 5 if you got the normal Pro license from Terragen.
There should be plenty of tutorials around how to start linux ec2 instance and once that's running then the hardest part is already done (: