简体   繁体   English

用于从 aws 工作区获取实例详细信息列表的 Aws cli 命令

[英]Aws cli command to get the list of instances detail from aws workspace

Aws cli command to get the list of instances detail from aws workspace like Workspace ID, IP Address, Subnet ID, Computer Name,Running Mode from aws cli? Aws cli 命令从 aws 工作区获取实例详细信息列表,例如工作区 ID、IP 地址、子网 ID、计算机名称、来自 aws cli 的运行模式?

If I understand correctly from your question, you want aws cli command to get the details of workspaces, then here is the command:如果我从您的问题中理解正确,您希望 aws cli 命令获取工作区的详细信息,那么这里是命令:

aws workspaces describe-workspaces

It will give you list of all workspaces with details such as username, workspaceId, IPAddress, Subnet Id etc. Hope this will help.它将为您提供所有工作区的列表,其中包含用户名、工作区 ID、IP 地址、子网 ID 等详细信息。希望这会有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM