Skip to main content
Skip table of contents

konvoy-image build aws

build and provision aws images

CODE
konvoy-image build aws <image.yaml> [flags]

Examples

CODE
aws --region us-west-2 --source-ami=ami-12345abcdef images/ami/centos-79.yaml

Options

CODE
      --ami-groups stringArray           a list of AWS groups which are allowed use the image, using 'all' result in a public image
      --ami-regions stringArray          a list of regions to publish amis
      --ami-users stringArray            a list AWS user accounts which are allowed use the image
      --containerd-version string        the version of containerd to install
      --dry-run                          do not create artifacts, or delete them after creating. Recommended for tests.
      --extra-vars strings               flag passed Ansible's extra-vars
  -h, --help                             help for aws
      --instance-type string             instance type used to build the AMI; the type must be present in the region in which the AMI is built
      --kubernetes-version string        The version of kubernetes to install. Example: 1.21.6
      --overrides strings                a comma separated list of override YAML files
      --packer-manifest string           provide the path to a custom packer manifest
      --packer-on-error string           [advanced] set error strategy for packer. strategies [cleanup, abort, run-cleanup-provisioner]
      --packer-path string               the location of the packer binary (default "packer")
      --region string                    the region in which to build the AMI
      --source-ami string                the ID of the AMI to use as the source; must be present in the region in which the AMI is built
      --source-ami-filter-name string    restricts the set of source AMIs to ones whose Name matches filter
      --source-ami-filter-owner string   restricts the source AMI to ones with this owner ID
      --work-dir string                  path to custom work directory generated by the generate command

Options inherited from parent commands

CODE
      --color     enable color output (default true)
  -v, --v int     select verbosity level, should be between 0 and 6
      --verbose   enable debug level logging (same as --v 5)

SEE ALSO

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.