标签: tags google-cloud-platform
我的防火墙规则仅适用于具有特定标记的实例。 我想知道哪个是具有此特定标记的实例。
答案 0 :(得分:2)
您可以运行(从安装了gcloud sdk的任何地方运行,或者Cloud Shell) gcloud compute instances list --filter='-tags = your-tag'
gcloud compute instances list --filter='-tags = your-tag'
有关如何格式化--filter=标志的更多信息,例如使用正则表达式查看here。
--filter=
您也可以在控制台中执行此操作,只需在计算引擎的窗口中键入标记,其中按标签或名称过滤