92571/create-a-subnet-in-gcp-using-the-command-line
Hi Guys,
I have created one VPC in GCP Cloud. I want to create one subnet in this VPC from the command line. How can I do that?
Hi@akhtar,
You can create one subnet in a VPC to launch an instance. The following command shows how to create a subnet in a VPC.
$ gcloud compute networks subnets create my-subnet-1 --network my-vpc --range 10.240.0.0/24
In order to create a Job using ...READ MORE
Hi@akhtar, You need to configure GCP Cloud SDK ...READ MORE
Hi@akhtar, If you configured GCP SDK in your ...READ MORE
Hi@akhtar, You can check your accounts from the ...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 need to configure GCP SDK in ...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.