2017/04/19 - Amazon Elastic Compute Cloud - 1 new api methods
Changes Update ec2 client to latest version
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 one or more FPGA-accelerated instances. For more information, see the AWS FPGA Hardware Development Kit.
See also: AWS API Documentation
Request Syntax
client.create_fpga_image( DryRun=True|False, InputStorageLocation={ 'Bucket': 'string', 'Key': 'string' }, LogsStorageLocation={ 'Bucket': 'string', 'Key': 'string' }, Description='string', Name='string', ClientToken='string' )
boolean
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.
dict
[REQUIRED]
The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.
Bucket (string) --
The name of the S3 bucket.
Key (string) --
The key.
dict
The location in Amazon S3 for the output logs.
Bucket (string) --
The name of the S3 bucket.
Key (string) --
The key.
string
A description for the AFI.
string
A name for the AFI.
string
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
dict
Response Syntax
{ 'FpgaImageId': 'string', 'FpgaImageGlobalId': 'string' }
Response Structure
(dict) --
FpgaImageId (string) --
The FPGA image identifier (AFI ID).
FpgaImageGlobalId (string) --
The global FPGA image identifier (AGFI ID).