---
title: EC2 FPGA Image
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > EC2 FPGA Image
---

# EC2 FPGA Image

An EC2 FPGA Image (AFI) is a custom hardware image used to program FPGAs on Amazon EC2 F1 instances. It contains the logic design and configuration needed to run specialized hardware-accelerated workloads such as genomics, financial analytics, or real-time data processing.

```
aws.ec2_fpga_image
```

## Fields

| Title                  | ID   | Type          | Data Type                                                                              | Description |
| ---------------------- | ---- | ------------- | -------------------------------------------------------------------------------------- | ----------- |
| _key                   | core | string        |
| account_id             | core | string        |
| create_time            | core | timestamp     | The date and time the AFI was created.                                                 |
| data_retention_support | core | bool          | Indicates whether data retention support is enabled for the AFI.                       |
| description            | core | string        | The description of the AFI.                                                            |
| fpga_image_global_id   | core | string        | The global FPGA image identifier (AGFI ID).                                            |
| fpga_image_id          | core | string        | The FPGA image identifier (AFI ID).                                                    |
| instance_types         | core | array<string> | The instance types supported by the AFI.                                               |
| name                   | core | string        | The name of the AFI.                                                                   |
| owner_alias            | core | string        | The alias of the AFI owner. Possible values include self, amazon, and aws-marketplace. |
| owner_id               | core | string        | The ID of the Amazon Web Services account that owns the AFI.                           |
| pci_id                 | core | json          | Information about the PCI bus.                                                         |
| product_codes          | core | json          | The product codes for the AFI.                                                         |
| public                 | core | bool          | Indicates whether the AFI is public.                                                   |
| shell_version          | core | string        | The version of the Amazon Web Services Shell that was used to create the bitstream.    |
| state                  | core | json          | Information about the state of the AFI.                                                |
| tags                   | core | hstore_csv    |
| update_time            | core | timestamp     | The time of the most recent update to the AFI.                                         |
