EC2 清单文件位于何处以及如何访问它们?
通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它们位于 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.