Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create GCloud VM instance with no VPC

I need to create a Google Compute Engine Virtual Machine instance with no VPC.

For the App environment that I am using, I need to use the Public IP Address directly such as DigitalOcean Droplet, so if I run ifconfig command should show the interface with the public IP Address.

like image 791
joepa37 Avatar asked Jun 25 '20 06:06

joepa37


Video Answer


1 Answers

Each Compute Engine instance belongs to at least one VPC network. The use case you are describing is likely impossible given GCP's software-defined network architecture.

like image 195
Adi Dembak Avatar answered Oct 08 '22 07:10

Adi Dembak