When using the Konvoy Image Builder, there may be times that you need to pass in environment variables, such as the "AWS_CA_BUNDLE" value when your AWS environment requires custom certs.
In those cases, you can set them on the same line as the "konvoy-image" command, like in the following example:
AWS_CA_BUNDLE="" konvoy-image build aws images/ami/image.yaml
For a full list of the AWS CLI envvars and how to use them, please refer to the AWS documentation:
Please note that not all of these variables will be consumed by the konvoy-image binary. For a list of the ones that are supported for KIB, you can refer here: