paws.compute (version 0.1.0)

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

Description

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

Usage

ec2_create_fpga_image(DryRun, InputStorageLocation, LogsStorageLocation,
  Description, Name, ClientToken)

Arguments

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.

InputStorageLocation

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

LogsStorageLocation

The location in Amazon S3 for the output logs.

Description

A description for the AFI.

Name

A name for the AFI.

ClientToken

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

Request syntax

svc$create_fpga_image(
  DryRun = TRUE|FALSE,
  InputStorageLocation = list(
    Bucket = "string",
    Key = "string"
  ),
  LogsStorageLocation = list(
    Bucket = "string",
    Key = "string"
  ),
  Description = "string",
  Name = "string",
  ClientToken = "string"
)

Details

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 one or more FPGA-accelerated instances. For more information, see the AWS FPGA Hardware Development Kit.