amazon web services - Access a second EC2 instance in AWS VPC -
i've been looking around, haven't been able find much. seems assume i'm trying access single ec2 instance under vpc.
the scenario: have 1 ec2 medium under vpc hosting several websites (running windows), , need launch linux ec2 under same vpc run forum 1 of sites. it's going run @ domain.com/forum
domain.com
hosted on windows server. i'm going try using reverse proxy in iis forum, need access first. nat instance i'm looking for?
any ideas?
you don't need nat. need nat if had 1 server in public subnet, , other servers behind private subnet. have 1 server serving websites, can assume have vpc either public subnet or public subnet + private subnet.
for more info, see http://docs.aws.amazon.com/amazonvpc/latest/userguide/vpc_nat_instance.html
anyway, launch linux instance , make sure configure httpd (apache virtualhost or nginx location) respond requests addressed domain subfolder correctly.
Comments
Post a Comment