Difference between revisions of "Aws ec2 describe-images output"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
62215 | 62215 | ||
+ | == Example == | ||
+ | <pre> | ||
+ | { | ||
+ | "Images": [ | ||
+ | { | ||
+ | "Architecture": "x86_64", | ||
+ | "CreationDate": "2021-05-24T12:24:26.000Z", | ||
+ | "ImageId": "ami-05be32995f403b058", | ||
+ | "ImageLocation": "amazon/Cloud9Ubuntu-2021-05-24T11-34", | ||
+ | "ImageType": "machine", | ||
+ | "Public": true, | ||
+ | "OwnerId": "751997845865", | ||
+ | "PlatformDetails": "Linux/UNIX", | ||
+ | "UsageOperation": "RunInstances", | ||
+ | "State": "available", | ||
+ | "BlockDeviceMappings": [ | ||
+ | { | ||
+ | "DeviceName": "/dev/sda1", | ||
+ | "Ebs": { | ||
+ | "DeleteOnTermination": true, | ||
+ | "SnapshotId": "snap-00cbc38eb3ebc1de3", | ||
+ | "VolumeSize": 10, | ||
+ | "VolumeType": "gp2", | ||
+ | "Encrypted": false | ||
+ | } | ||
+ | }, | ||
+ | { | ||
+ | "DeviceName": "/dev/sdb", | ||
+ | "VirtualName": "ephemeral0" | ||
+ | }, | ||
+ | { | ||
+ | "DeviceName": "/dev/sdc", | ||
+ | "VirtualName": "ephemeral1" | ||
+ | } | ||
+ | ], | ||
+ | "Description": "Cloud9 Cloud9Ubuntu AMI", | ||
+ | "EnaSupport": true, | ||
+ | "Hypervisor": "xen", | ||
+ | "ImageOwnerAlias": "amazon", | ||
+ | "Name": "Cloud9Ubuntu-2021-05-24T11-34", | ||
+ | "RootDeviceName": "/dev/sda1", | ||
+ | "RootDeviceType": "ebs", | ||
+ | "SriovNetSupport": "simple", | ||
+ | "VirtualizationType": "hvm", | ||
+ | "DeprecationTime": "2023-05-24T12:24:26.000Z" | ||
+ | }, | ||
+ | .../... | ||
+ | </pre> | ||
Revision as of 11:10, 19 April 2023
aws ec2 describe-images
aws ec2 describe-images | grep ImageId | wc -l 62215
Example
{ "Images": [ { "Architecture": "x86_64", "CreationDate": "2021-05-24T12:24:26.000Z", "ImageId": "ami-05be32995f403b058", "ImageLocation": "amazon/Cloud9Ubuntu-2021-05-24T11-34", "ImageType": "machine", "Public": true, "OwnerId": "751997845865", "PlatformDetails": "Linux/UNIX", "UsageOperation": "RunInstances", "State": "available", "BlockDeviceMappings": [ { "DeviceName": "/dev/sda1", "Ebs": { "DeleteOnTermination": true, "SnapshotId": "snap-00cbc38eb3ebc1de3", "VolumeSize": 10, "VolumeType": "gp2", "Encrypted": false } }, { "DeviceName": "/dev/sdb", "VirtualName": "ephemeral0" }, { "DeviceName": "/dev/sdc", "VirtualName": "ephemeral1" } ], "Description": "Cloud9 Cloud9Ubuntu AMI", "EnaSupport": true, "Hypervisor": "xen", "ImageOwnerAlias": "amazon", "Name": "Cloud9Ubuntu-2021-05-24T11-34", "RootDeviceName": "/dev/sda1", "RootDeviceType": "ebs", "SriovNetSupport": "simple", "VirtualizationType": "hvm", "DeprecationTime": "2023-05-24T12:24:26.000Z" }, .../...
See also
Advertising: