AWS.EC2.AMI
For EC2 AMIs, the resource ID is the ARN.
arn:aws:ec2:us-west-2:123456789012:image/ami-1
EC2 AMIs contain information required to launch an instance.
Field | Type | Description |
|
| The AWS account alias or the AWS account ID of the AMI owner |
|
| The AWS account ID of the image owner. |
|
| Indicates whether the image has public launch permissions |
|
| The current state of the AMI. If the state is |
{"AccountId": "123456789012","Architecture": "x86_64","Arn": "arn:aws:ec2:us-west-2:123456789012:image/ami-1","BlockDeviceMappings": [{"DeviceName": "/dev/xvda","Ebs": {"DeleteOnTermination": true,"Encrypted": false,"Iops": null,"KmsKeyId": null,"SnapshotId": "snap-1","VolumeSize": 8,"VolumeType": "gp2"},"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"}