AWS AMI information
- Jean-luc KRIKER
Owned by Jean-luc KRIKER
Powershell or cmd | aws ec2 describe-images --image-ids ami-047df409d805388cd --no-verify --color off
ami info Expand source
aws ec2 describe-images --image-ids ami-047df409d805388cd --no-verify --color off ------------------------------------------------------------------------------------------------------------------------------------------------- | DescribeImages | +-----------------------------------------------------------------------------------------------------------------------------------------------+ || Images || |+--------------------+------------------------------------------------------------------------------------------------------------------------+| || Architecture | x86_64 || || CreationDate | 2020-05-29T11:23:28.000Z || || Description | junos-vsrx3-x86-64-19.4R2.6-byol--prod || || EnaSupport | True || || Hypervisor | xen || || ImageId | ami-047df409d805388cd || || ImageLocation | aws-marketplace/junos-vsrx3-x86-64-19.4R2.6-byol--prod-4d1495fd-4d1f-48d0-9ec6-b67794a58765-ami-0583e61816367e0f7.4 || || ImageOwnerAlias | aws-marketplace || || ImageType | machine || || Name | junos-vsrx3-x86-64-19.4R2.6-byol--prod-4d1495fd-4d1f-48d0-9ec6-b67794a58765-ami-0583e61816367e0f7.4 || || OwnerId | 679593333241 || || PlatformDetails | Linux/UNIX || || Public | True || || RootDeviceName | /dev/sda1 || || RootDeviceType | ebs || || SriovNetSupport | simple || || State | available || || UsageOperation | RunInstances || || VirtualizationType| hvm || |+--------------------+------------------------------------------------------------------------------------------------------------------------+| ||| BlockDeviceMappings ||| ||+-----------------------------------------------------------------------+-------------------------------------------------------------------+|| ||| DeviceName | /dev/sda1 ||| ||+-----------------------------------------------------------------------+-------------------------------------------------------------------+|| |||| Ebs |||| |||+---------------------------------------------------------------+-------------------------------------------------------------------------+||| |||| DeleteOnTermination | True |||| |||| Encrypted | False |||| |||| SnapshotId | snap-05762b933b27f44bc |||| |||| VolumeSize | 20 |||| |||| VolumeType | gp2 |||| |||+---------------------------------------------------------------+-------------------------------------------------------------------------+||| ||| ProductCodes ||| ||+------------------------------------------------------+------------------------------------------------------------------------------------+|| ||| ProductCodeId | 4ka3ipaoo0u105imvgdsryu05 ||| ||| ProductCodeType | marketplace ||| ||+------------------------------------------------------+------------------------------------------------------------------------------------+|| |
bash shell | aws ec2 describe-images --image-ids ami-047df409d805388cd --no-verify
ami info Expand source
aws ec2 describe-images --image-ids ami-0cf5905679d7747fd --no-verify . . . ---------------------------------------------------------------------------------------------------------------------------------------------- | DescribeImages | +--------------------------------------------------------------------------------------------------------------------------------------------+ || Images || |+--------------------+---------------------------------------------------------------------------------------------------------------------+| || Architecture | x86_64 || || CreationDate | 2019-01-31T08:21:35.000Z || || Description | junos-vsrx3-x86-64-18.4R1.8 || || EnaSupport | True || || Hypervisor | xen || || ImageId | ami-0cf5905679d7747fd || || ImageLocation | aws-marketplace/junos-vsrx3-x86-64-18.4R1.8--pm.img-4d1495fd-4d1f-48d0-9ec6-b67794a58765-ami-0e81c7dd03ae8d9b1.4 || || ImageOwnerAlias | aws-marketplace || || ImageType | machine || || Name | junos-vsrx3-x86-64-18.4R1.8--pm.img-4d1495fd-4d1f-48d0-9ec6-b67794a58765-ami-0e81c7dd03ae8d9b1.4 || || OwnerId | 679593333241 || || Public | True || || RootDeviceName | /dev/sda1 || || RootDeviceType | ebs || || SriovNetSupport | simple || || State | available || || VirtualizationType| hvm || |+--------------------+---------------------------------------------------------------------------------------------------------------------+| ||| BlockDeviceMappings ||| ||+----------------------------------------------------------------------+-----------------------------------------------------------------+|| ||| DeviceName | /dev/sda1 ||| ||+----------------------------------------------------------------------+-----------------------------------------------------------------+|| |||| Ebs |||| |||+--------------------------------------------------------------+-----------------------------------------------------------------------+||| |||| DeleteOnTermination | True |||| |||| Encrypted | False |||| |||| SnapshotId | snap-06cdc39937609962c |||| |||| VolumeSize | 20 |||| |||| VolumeType | standard |||| |||+--------------------------------------------------------------+-----------------------------------------------------------------------+||| ||| ProductCodes ||| ||+-----------------------------------------------------+----------------------------------------------------------------------------------+|| ||| ProductCodeId | 4ka3ipaoo0u105imvgdsryu05 ||| ||| ProductCodeType | marketplace ||| ||+-----------------------------------------------------+----------------------------------------------------------------------------------+|| PS C:\Users\jkriker\Documents\terraform_0.11.3_windows_amd64\vpcinstanceandvsrx2> |