Skip to content

/AWS1/CL_EC2=>CREATEFPGAIMAGE()

About CreateFpgaImage

Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).

The create operation is asynchronous. To verify that the AFI is ready for use, check the output logs.

An AFI contains the FPGA bitstream that is ready to download to an FPGA. You can securely deploy an AFI on multiple FPGA-accelerated instances. For more information, see the Amazon Web Services FPGA Hardware Development Kit.

Method Signature

IMPORTING

Required arguments:

IO_INPUTSTORAGELOCATION TYPE REF TO /AWS1/CL_EC2STORAGELOCATION /AWS1/CL_EC2STORAGELOCATION

The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.

Optional arguments:

IV_DRYRUN TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

IO_LOGSSTORAGELOCATION TYPE REF TO /AWS1/CL_EC2STORAGELOCATION /AWS1/CL_EC2STORAGELOCATION

The location in Amazon S3 for the output logs.

IV_DESCRIPTION TYPE /AWS1/EC2STRING /AWS1/EC2STRING

A description for the AFI.

IV_NAME TYPE /AWS1/EC2STRING /AWS1/EC2STRING

A name for the AFI.

IV_CLIENTTOKEN TYPE /AWS1/EC2STRING /AWS1/EC2STRING

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

IT_TAGSPECIFICATIONS TYPE /AWS1/CL_EC2TAGSPECIFICATION=>TT_TAGSPECIFICATIONLIST TT_TAGSPECIFICATIONLIST

The tags to apply to the FPGA image during creation.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_EC2CREFPGAIMAGERSLT /AWS1/CL_EC2CREFPGAIMAGERSLT