In AWS VPC
when the frontend ec2 server is in private subnet
and also the backend ec2 server is in private subnet
with these 2 conditions
how can I make http connection possible with these two private subnets?
Do I have to use load balancer or other something else?
and how do I have to configure?