Last updated
Was this helpful?
Was this helpful?
{
"AccountId": "123456789012",
"Architecture": "x86_64",
"Arn": "arn:aws:ec2:us-west-2:123456789012:image/ami-1",
"BlockDeviceMappings": [
{
"DeviceName": "/dev/xvda",
"Ebs": {
"AvailabilityZone": null,
"AvailabilityZoneId": null,
"DeleteOnTermination": true,
"Encrypted": false,
"Iops": 3000,
"KmsKeyId": null,
"OutpostArn": null,
"SnapshotId": "snap-1",
"Throughput": 125,
"VolumeInitializationRate": null,
"VolumeSize": 8,
"VolumeType": "gp3"
},
"NoDevice": null,
"VirtualName": null,
}
],
"Description": "Image Description",
"EnaSupport": true,
"Hypervisor": "xen",
"Id": "ami-1",
"ImageLocation": "amazon/amzn-ami.1",
"ImageOwnerAlias": "amazon",
"ImageType": "machine",
"KernelId": null,
"Name": "amzn-ami.1",
"OwnerId": "123456789012",
"Platform": null,
"ProductCodes": null,
"Public": true,
"RamdiskId": null,
"Region": "us-west-2",
"ResourceId": "arn:aws:ec2:us-west-2:123456789012:image/ami-1",
"ResourceType": "AWS.EC2.AMI",
"RootDeviceName": "/dev/xvda",
"RootDeviceType": "ebs",
"SriovNetSupport": "simple",
"State": "available",
"StateReason": null,
"Tags": null,
"TimeCreated": "2019-01-01T00:00:00.000Z",
"VirtualizationType": "hvm"
}