View a markdown version of this page

RegisterImageOptions - EC2 Image Builder

RegisterImageOptions

Controls Secure Boot and UEFI data settings for the resulting image during ISO imports. For more information, see UEFI Secure Boot for Amazon EC2 instances in the Amazon EC2 User Guide .

Contents

secureBootEnabled

Specifies whether Secure Boot is enabled for the output AMI. The default value is true. To disable Secure Boot for custom unsigned drivers, set this value to false.

Type: Boolean

Required: No

uefiData

A Base64-encoded representation of the non-volatile UEFI variable store. You can specify this parameter only when secureBootEnabled is true or unspecified. You can inspect and modify the UEFI data by using the python-uefivars tool on GitHub.

For more information, see UEFI variables for Amazon EC2 instances.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 64000.

Required: No

See Also

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