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".
Regards
Arulanantham
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.