HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/doc/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"
        }
    ]
  }