EC2 custom topology

Posted by Methos on Server Fault See other posts from Server Fault or by Methos
Published on 2011-01-30T04:33:55Z Indexed on 2011/01/30 7:27 UTC
Read the original article Hit count: 480

Filed under:

Is there any way to create a desired topology of EC2 instances?

For example, can I create a 3 node topology of nodes A, B, C where C gets the public IP address and B and A are connected to it. Something like:

Internet <--> C <--> B <--> A

B and A only get private IP addresses and there is no way for the traffic to reach A before hitting B and C. This means I can install whatever I want to install on C and B to filter, cache etc.

I'm going through EC2 documentation but so far I have not seen anything that talks about it. I will really appreciate if anyone knows how to do this on EC2

© Server Fault or respective owner

Related posts about amazon-ec2