HEX
Server: LiteSpeed
System: Linux ip-172-31-76-142.ec2.internal 4.14.158-129.185.amzn2.x86_64 #1 SMP Tue Dec 24 03:15:32 UTC 2019 x86_64
User: 69b4844ae61d4e92bf26ad98af552775 (1065)
PHP: 7.2.27
Disabled: exec,passthru,shell_exec,system,eval
Upload Files
File: //lib/python2.7/site-packages/awscli/examples/ec2/describe-fpga-images.rst
**To describe Amazon FPGA images**

This example describes AFIs that are owned by account ``123456789012``.

Command::

  aws ec2 describe-fpga-images --filters Name=owner-id,Values=123456789012

Output::

  {
    "FpgaImages": [
        {
            "UpdateTime": "2017-12-22T12:09:14.000Z", 
            "Name": "my-afi", 
            "PciId": {
                "SubsystemVendorId": "0xfedd", 
                "VendorId": "0x1d0f", 
                "DeviceId": "0xf000", 
                "SubsystemId": "0x1d51"
            }, 
            "FpgaImageGlobalId": "agfi-123cb27b5e84a0abc", 
            "Public": false, 
            "State": {
                "Code": "available"
            }, 
            "ShellVersion": "0x071417d3", 
            "OwnerId": "123456789012", 
            "FpgaImageId": "afi-0d123e123bfc85abc", 
            "CreateTime": "2017-12-22T11:43:33.000Z", 
            "Description": "my-afi"
        }
    ]
  }