Register Image
GET {{aws_ec2_base_url}}/?Architecture&BillingProduct.N&BlockDeviceMapping.N&Description&DryRun&EnaSupport&ImageLocation&KernelId&Name&RamdiskId&RootDeviceName&SriovNetSupport&VirtualizationType&Action=RegisterImage
Registers an AMI.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Architecture | null | The architecture of the AMI. | |
BillingProduct.N | null | The billing product codes. Your account must be authorized to specify billing product codes. Otherwise, you can use the AWS Marketplace to bill for the use of an AMI. | |
BlockDeviceMapping.N | null | The block device mapping entries. | |
Description | null | A description for your AMI. | |
DryRun | null | 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. | |
EnaSupport | null | Set to true to enable enhanced networking with ENA for the AMI and any instances that you launch from the AMI. | |
ImageLocation | null | The full path to your AMI manifest in Amazon S3 storage. The specified bucket must have the aws-exec-read canned access control list (ACL) to ensure that it can be accessed by Amazon EC2. For more information, see Canned ACLs in the Amazon S3 Service Developer Guide. | |
KernelId | null | The ID of the kernel. | |
Name | null | A name for your AMI. | |
RamdiskId | null | The ID of the RAM disk. | |
RootDeviceName | null | The device name of the root device volume (for example, /dev/sda1). | |
SriovNetSupport | null | Set to simple to enable enhanced networking with the Intel 82599 Virtual Function interface for the AMI and any instances that you launch from the AMI. | |
VirtualizationType | null | The type of virtualization (hvm | |
Action | string |