aws imagebuilder update-infrastructure-configuration

Updates a new infrastructure configuration. An infrastructure configuration defines the environment in which your image will be built and tested

Options

NameDescription
--infrastructure-configuration-arn <string>The Amazon Resource Name (ARN) of the infrastructure configuration that you want to update
--description <string>The description of the infrastructure configuration
--instance-types <list>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
--instance-profile-name <string>The instance profile to associate with the instance used to customize your EC2 AMI
--security-group-ids <list>The security group IDs to associate with the instance used to customize your EC2 AMI
--subnet-id <string>The subnet ID to place the instance used to customize your EC2 AMI in
--logging <structure>The logging configuration of the infrastructure configuration
--key-pair <string>The key pair of the infrastructure configuration. This can be used to log on to and debug the instance used to create your image
--terminate-instance-on-failureThe 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
--no-terminate-instance-on-failureThe 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
--sns-topic-arn <string>The SNS topic on which to send image build events
--client-token <string>The idempotency token used to make this request idempotent
--resource-tags <map>The tags attached to the resource created by Image Builder
--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