➜ aws ec2 describe-images --image-id ami-0a879f21e6f3b1fb2
{
"Images": [
{
"Architecture": "arm64",
"CreationDate": "2020-12-10T18:09:00.000Z",
"ImageId": "ami-0a879f21e6f3b1fb2",
"ImageLocation": "amazon/amzn2-ami-ecs-hvm-2.0.20201209-arm64-ebs",
"ImageType": "machine",
"Public": true,
"OwnerId": "591542846629",
"State": "available",
"BlockDeviceMappings": [
{
"DeviceName": "/dev/xvda",
"Ebs": {
"DeleteOnTermination": true,
"SnapshotId": "snap-0512ec0052375578b",
"VolumeSize": 30,
"VolumeType": "gp2",
"Encrypted": false
}
}
],
"Description": "Amazon Linux AMI 2.0.20201209 arm64 ECS HVM GP2",
"EnaSupport": true,
"Hypervisor": "xen",
"ImageOwnerAlias": "amazon",
"Name": "amzn2-ami-ecs-hvm-2.0.20201209-arm64-ebs",
"RootDeviceName": "/dev/xvda",
"RootDeviceType": "ebs",
"SriovNetSupport": "simple",
"VirtualizationType": "hvm"
}
]
}
Last active
December 21, 2020 00:43
-
-
Save tugberkugurlu/7e77fc53621cdddcfe7111142ced25ea to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment