AWS-CLI EC2 AMI :: 透過 OwnerId 取得有關所有者的詳細信息

AWS-CLI EC2 AMI :: 透過 OwnerId 取得有關所有者的詳細信息

給定OwnerId從 AWS ami 查詢傳回的字段,例如:

$ aws ec2 describe-images --image-ids ami-015f906ef3e2123c0 --region ap-southeast-2 --query Images[].OwnerId
[
    "602401143452"
]

我如何檢索有關所有者的一些信息實際上是。這OwnerId對我來說毫無意義。

相關內容