如何使用AWSCLI或BOTO3获取图像上次启动时间
使用 ami 页面上的 AWS 控制台,我可以看到一个名为“上次启动时间”的属性,该属性显示上次使用此映像启动实例的时间(我假设)我尝试使用 describe-images
ec2 API,但据我所知它没有显示。
有什么方法可以使用代码获取这些信息吗?
using the AWS console on the ami page I can see an attribute called Last launched time that shows the last time an instance was launched with this image (i assume) I try to get this attribute using the describe-images
ec2 API but it doesn't show it as far as I can tell.
is there any way to get this information using code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,答案显然是
ok the answer is apparently