We have a lot of m1.medium/large instances running in ec2. Generally these machines best suit our needs bang/buck-wize. However, we are getting some really horrible throughput between the nodes. A bit of digging shows that these nodes are on different subnets and possibly in different data centers.
To get more throughput I would like to try get EC2 to put these nodes closer together (network-wize) if at all possible. Our topology is as follows:
- A "server" node hosting some central stored data on EBS, NFS exported, always on. m1.large.
- A couple of primary worker nodes that are on 80% of the time. m1-large
- 0-50 Slave nodes that are only ever on for a few hours at a time. generally these are m1.smalls or m1.medium but can be m1.large if required by the job.
Slave nodes mount the exported NFS drives.
Obviously, if the slaves get spun up in a place far away from the server, we get some horrible throughput.
I am aware of placement groups, however these seem to require much more expensive instance types and a completely different visualization technology and the possibility that when we need 40 extra nodes there isn't room for them in our placement group.
This would greatly increase our costs and reduce our flexibility.
Any suggestions?