Seleziona le tue preferenze relative ai cookie

Utilizziamo cookie essenziali e strumenti simili necessari per fornire il nostro sito e i nostri servizi. Utilizziamo i cookie prestazionali per raccogliere statistiche anonime in modo da poter capire come i clienti utilizzano il nostro sito e apportare miglioramenti. I cookie essenziali non possono essere disattivati, ma puoi fare clic su \"Personalizza\" o \"Rifiuta\" per rifiutare i cookie prestazionali.

Se sei d'accordo, AWS e le terze parti approvate utilizzeranno i cookie anche per fornire utili funzionalità del sito, ricordare le tue preferenze e visualizzare contenuti pertinenti, inclusa la pubblicità pertinente. Per continuare senza accettare questi cookie, fai clic su \"Continua\" o \"Rifiuta\". Per effettuare scelte più dettagliate o saperne di più, fai clic su \"Personalizza\".

CreateFpgaImage - Amazon Elastic Compute Cloud
Questa pagina non è tradotta nella tua lingua. Richiedi traduzione

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 AWS FPGA Hardware Development Kit.

Request Parameters

The following parameters are for this specific action. For more information about required and optional parameters that are common to all actions, see Common Query Parameters.

ClientToken

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

Type: String

Required: No

Description

A description for the AFI.

Type: String

Required: No

DryRun

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.

Type: Boolean

Required: No

InputStorageLocation

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

Type: StorageLocation object

Required: Yes

LogsStorageLocation

The location in Amazon S3 for the output logs.

Type: StorageLocation object

Required: No

Name

A name for the AFI.

Type: String

Required: No

TagSpecification.N

The tags to apply to the FPGA image during creation.

Type: Array of TagSpecification objects

Required: No

Response Elements

The following elements are returned by the service.

fpgaImageGlobalId

The global FPGA image identifier (AGFI ID).

Type: String

fpgaImageId

The FPGA image identifier (AFI ID).

Type: String

requestId

The ID of the request.

Type: String

Errors

For information about the errors that are common to all actions, see Common client error codes.

Examples

Example

This example creates an AFI from the specified tarball in the specified bucket.

Sample Request

https://ec2.amazonaws.com/?Action=CreateFpgaImage &Name=my-afi &Description=test-afi &InputStorageLocation.Bucket=my-fpga-bucket &InputStorageLocation.Key=dcp/17_12_22-103226.Developer_CL.tar &LogsStorageLocation.Bucket=my-fpga-bucket &LogsStorageLocation.Key=logs &AUTHPARAMS

Sample Response

<CreateFpgaImageResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> <requestId>d97baa5e-d3dd-4ead-9586-c68example</requestId> <fpgaImageId>afi-0d123e123bfc85abc</fpgaImageId> <fpgaImageGlobalId>agfi-123cb27b5e84a0abc</fpgaImageGlobalId> </CreateFpgaImageResponse>

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

Argomento successivo:

CreateImage

Argomento precedente:

CreateFlowLogs
PrivacyCondizioni del sitoPreferenze cookie
© 2025, Amazon Web Services, Inc. o società affiliate. Tutti i diritti riservati.