AWS .Net SDK 在获取正在运行的 EC2 实例的计数方面是否存在错误?
您好,有 1 个 EC2 实例已停止。 (Ubuntu Rails 应用服务器 (ami-e49e758d))但是当我运行 SDK 附带的示例时,它显示我正在运行实例 1。我应该信任谁。我在 AWS 控制台或 SDK 示例输出中看到什么?
Hi have 1 EC2 instance that is stopped. (Ubuntu Rails App Server (ami-e49e758d)) But when I run a sample from that comes with SDK, it shows me running instance as 1. Whom should I trust. What I see on AWS Console or sdk sample output?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这种情况下,API 报告的“正在运行”实例意味着“现有”——这告诉您实际存在多少个实例(即由 Xen 管理程序“运行”)。然后,您可以询问每个实例项以确定其特定活动状态(即已停止、正在运行等)。
In this case, 'Running' instances as reported by the API means 'Existing' - this is telling you how many instances are actually present (i.e. being 'run' by the Xen hipervisor). You can then interrogate each instance item to determine its' specific activity status (i.e. Stopped, Running, etc).