82182/how-to-launch-one-instance-on-gcp-cloud-from-command-line
Hi Guys,
I have configured GCP Cloud SDK software in the Windows system. Now I want to launch one instance. How can I do that?
Hi@akhtar,
You can compute service in GCP to launch one instance from the command line. When you will launch one instance, you can provide the network name and other parameters. Otherwise, it will take the default service as shown below.
$ gcloud compute instances create instance-name Created [https://www.googleapis.com/compute/v1/projects/nadeem-gcp-123456/zones/australia-southeast1-b/instances/instance-name]. NAME ZONE MACHINE_TYPE PREEMPTIBLE INTERNAL_IP EXTERNAL_IP STATUS instance-name australia-southeast1-b n1-standard-1 10.152.0.3 35.201.6.115 RUNNING
Hi@akhtar, You need to configure GCP Cloud SDK ...READ MORE
Hi@akhtar, You can check your accounts from the ...READ MORE
Hi@akhtar, You can create a project from your ...READ MORE
You have a couple of options here ...READ MORE
Hi@akhtar, To deploy your app on App Engine, ...READ MORE
Hi@akhtar, GCP shell has a command named gcloud. ...READ MORE
Hi@akhtar, You need to add the billing account ...READ MORE
Hi@akhtar, You can enable new services to your ...READ MORE
Hi@akhtar, You can do SSH to GCP instance ...READ MORE
Hi@akhtar, To create a personal network, you need ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.