Creates a new infrastructure configuration. An infrastructure configuration defines the environment in which your image will be built and tested.
Request body
The name of the infrastructure configuration.
The description of the infrastructure configuration.
The instance types of the infrastructure configuration. You can specify one or more instance types to use for this build. The service will pick one of these instance types based on availability.
The instance profile to associate with the instance used to customize your Amazon EC2 AMI.
The security group IDs to associate with the instance used to customize your Amazon EC2 AMI.
The subnet ID in which to place the instance used to customize your Amazon EC2 AMI.
The key pair of the infrastructure configuration. You can use this to log on to and debug the instance used to create your image.
The terminate instance on failure setting of the infrastructure configuration. Set to false if you want Image Builder to retain the instance used to configure your AMI if the build or test phase of your workflow fails.
The tags attached to the resource created by Image Builder.
The tags of the infrastructure configuration.
The idempotency token used to make this request idempotent.
Response
Success
The request ID that uniquely identifies this request.
The idempotency token used to make this request idempotent.
The Amazon Resource Name (ARN) of the infrastructure configuration that was created by this request.