All resources in the same VPC Network are able to communicate to each other by using internal IPs of each resource port. In case that communication across VPC Networks are required, there are 2 approaches available as follows:
1. Through the internet: the process of NAT (Network Address Translation) translates the internal IPs into External IPs allowing your resource to communicate with an external network. NIPA Cloud Space uses the fabric network technology from Tungsten Fabric to function this method.
(On the diagram, please see the arrow directing from instance-1 to instance-4 through the external network)
2. Through the internal network: each resource can communicate across projects if the VPC Network of each port has an interface that connects to a router. This method is free to use.
(On the diagram, please see the arrow directing from instance-1 to instance-4 through the router)
Every resource's communication needs to operate through ports. For more security, you can install the security group at the ports in order to function as a firewall, blocking out unwanted traffic to keep your resource safer.