In gcp, what is the minimum number of ip addresses that a vm instance needs?
Answers
Answer:
GCP stands for 'Google Cloud Platform'. The GCP resources can have both - internal and external IP addresses, which are used for communicating with other GCP resources and external systems.
In GCP, once can assign an IP address to certain resources. E.g, you can assign an internal as well as external IP address to compute engine virtual machine (VM) instances.
Every VM can include one basic internal IP address, one external IP address and several secondary IP addresses.
For communicating using the same Virtual Private Cloud (VPC) network, one needs to use an internal IP address. On the other hand, fr communicating on the internet, one needs an external IP address unless the user possesses some time of proxy. Thus, one needs to use the external IP address for connecting with other users outside the VPC network, unless these networks were interconnected, via the Classic VPN.
The internal and external primary IP addresses are static or ephemeral.
Answer:
Step-by-step explanation:
One: Only an internal IP address