I would like to build a test platform just like the picture. In order to make it simple, I want to let the private EC2 outbound the responses to the ELB, and through ELB the responses get to the users. Can I do such stuff without NAT gateway or NAT Instance ?
update: My problem is that I would like to connect the private EC2 to the internet. In order to do that, I let a ELB to distribute the user's request to the private EC2, But in the meanwhile, I also want my ELB to receive the reply comes from private EC2 and sent the reply to the internet without using NAT gateway/instance. I'm not sure if I can outbound the reply like this way.