
給定OwnerId
從 AWS ami 查詢傳回的字段,例如:
$ aws ec2 describe-images --image-ids ami-015f906ef3e2123c0 --region ap-southeast-2 --query Images[].OwnerId
[
"602401143452"
]
我如何檢索有關所有者的一些信息實際上是。這OwnerId
對我來說毫無意義。
給定OwnerId
從 AWS ami 查詢傳回的字段,例如:
$ aws ec2 describe-images --image-ids ami-015f906ef3e2123c0 --region ap-southeast-2 --query Images[].OwnerId
[
"602401143452"
]
我如何檢索有關所有者的一些信息實際上是。這OwnerId
對我來說毫無意義。