Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Google Cloud -MarketPlace-VM Instance creation

Hi Team,

i would like to create a VM instance (MySQL Secured by SG) from Marketplace Via CLI commands - gcloud compute instances create .

Kindly help me, how to pass the value for mention the "MySQL Secured by SG".

 

Arulanantham_0-1638417247822.png

 

Regards

Arulanantham

 

 

 

2 REPLIES 2

Creating a VM instance from marketplace and creating from gcloud are different. "gcloud compute instances create " can only be used to create a VM instance, but when you use the solution from marketplace,it will create a deployment in your Deployment Manager. The deployment might include not only VM instances but also other services.

hi Tauqeer,

Thanks for the clarifications. Is it possible to do via SDK for Deployment Manager. Please advice.