Render farms, cluster nodes and other types of distributed computing often require using a lot of machines that don’t have a lot of stuff running on them and are only needed during certain times. Such is the life of a compute cluster, which is what EC2 is there for. Because cluster nodes are so homogenous by nature you can deploy them en masse. Picking up where I left off with deploying EC2 via the command line we’re going to look at spinning up let’s say 100 virtual machines with the large designation, from a pricing standpoint. As with the previous example, we’re going to use ami-767676 (although you’ll more than…