aws imagebuilder create-image-recipe

Creates a new image recipe. Image recipes define how images are configured, tested, and assessed

Options

NameDescription
--name <string>The name of the image recipe
--description <string>The description of the image recipe
--semantic-version <string>The semantic version of the image recipe
--components <list>The components of the image recipe
--parent-image <string>The parent image of the image recipe. The value of the string can be the ARN of the parent image or an AMI ID. The format for the ARN follows this example: arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/xxxx.x.x. You can provide the specific version that you want to use, or you can use a wildcard in all of the fields. If you enter an AMI ID for the string value, you must have access to the AMI, and the AMI must be in the same Region in which you are using Image Builder
--block-device-mappings <list>The block device mappings of the image recipe
--tags <map>The tags of the image recipe
--working-directory <string>The working directory to be used during build and test workflows
--client-token <string>The idempotency token used to make this request idempotent
--cli-input-json <string>Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally
--generate-cli-skeleton <string>Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command