AWS .Net SDK 在获取正在运行的 EC2 实例的计数方面是否存在错误?

发布于 2024-11-07 08:09:58 字数 126 浏览 0 评论 0原文

您好,有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

廻憶裏菂餘溫 2024-11-14 08:09:58

在这种情况下,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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文