EC2 清单文件位于何处以及如何访问它们?

发布于 2024-11-28 11:20:18 字数 453 浏览 2 评论 0原文

通过 AWS 管理控制台创建 EC2 实例时,会提供清单名称,

amazon-linux-mono-2-10/image.manifest.xml

但它们不是链接。

有人可以向我指出清单的位置并告诉我如何阅读内容吗? (我知道如何使用 XML,但访问清单文件似乎存在一些问题)。 例如,清单

 amazon/CloudFormation-insoshi_1.0.0_2.0_8e1fece7-64bit-20110727-1654

似乎位于

 https://s3.amazonaws.com/amazon/CloudFormation-insoshi_1.0.0_2.0_8e1fece7-64bit-20110727-1654 

但无法访问(AccessDenied)

When creating EC2 instances via the AWS Management Console, there are manifest names provided, like

amazon-linux-mono-2-10/image.manifest.xml

but they are not links.

Could someone point me to the location of the manifests and tell me how I can read the contents? (I know how to use XML, but there seems to be some problems with accessing manifest files).
For example, manifest

 amazon/CloudFormation-insoshi_1.0.0_2.0_8e1fece7-64bit-20110727-1654

seems to be located at

 https://s3.amazonaws.com/amazon/CloudFormation-insoshi_1.0.0_2.0_8e1fece7-64bit-20110727-1654 

but is inaccessible (AccessDenied)

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

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

发布评论

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

评论(1

纸短情长 2024-12-05 11:20:18

它们位于 Amazon S3 上,但不适合您;它们只是指向机器映像文件的指针,这样的 EC2 需要抓取来部署该 AMI。

They're on Amazon S3 and they're not meant for you; they are just pointers to the machine image files and such EC2 needs to grab to deploy that AMI.

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