描述 E2C 实例不返回任何内容

发布于 2024-10-03 04:16:20 字数 319 浏览 2 评论 0原文

我已启动 EC2 实例并安装了 ec2-api-tools。设置环境变量(JAVA_HOME、EC2_PRIVATE_KEY、EC2_CERT)。

运行 ec2-describe-instances 不会返回任何内容。根据 EC2 命令行参考信息,应返回所有当前正在运行(和终止)的实例的信息。出了什么问题?

一般来说,ec2-describe-images -o self -o amazon 可以正常工作,因此 EC2 工具可以正常工作。向 ec2-describe-instances 显式添加 -K 和 -C 参数不会改变这种情况。

I've started an EC2 instance and installed the ec2-api-tools. Environment variables (JAVA_HOME, EC2_PRIVATE_KEY, EC2_CERT) are set up.

Running ec2-describe-instances doesn't return anything. According to the EC2 command line reference information on all currently running (and terminated) instances should be returned. What's going wrong?

In general ec2-describe-images -o self -o amazon works, so the EC2 tools are working. Adding explicitly -K and -C parameters to ec2-describe-instances doesn't change the situation.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

冰雪之触 2024-10-10 04:16:20

更详细一点:

您不需要直接设置 EC2_URL。您可以使用更友好的命令行选项:

--region eu-west-1
(替换您要寻址的区域的名称)。

这样您就不需要查找该区域的 URL 端点。

以下是 EC2 命令行 API 工具常规对此进行解释的选项

A little more detail:

You don't need to set the EC2_URL directly. You can use the more friendly command-line option:

--region eu-west-1
(substituting the name of the region you want to address).

This way you don't need to look up the region's URL endpoint.

Here are the EC2 Command Line API Tools general options where this is explained.

意中人 2024-10-10 04:16:20

如果您的所有实例都位于 eu-west-1 中,请将您的 aws cli 配置为默认使用该区域。

只需输入: aws configure

即可系统会提示输入您的凭据,然后您可以重写区域

if all your instances are in eu-west-1, configure your aws cli to use this region by default.

just type : aws configure

and you ll be prompted to enter your credential, then you can rewrite the region

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