docs/amazon: add 'insecure_skip_tls_verify' option
Signed-off-by: Mikhail Ushanov <gm.mephisto@gmail.com>
This commit is contained in:
parent
4608b5d39d
commit
9d4d41e32f
|
@ -154,6 +154,9 @@ each category, the available configuration keys are alphabetized.
|
||||||
associated with AMIs, which have been deregistered by `force_deregister`.
|
associated with AMIs, which have been deregistered by `force_deregister`.
|
||||||
Default `false`.
|
Default `false`.
|
||||||
|
|
||||||
|
- `insecure_skip_tls_verify` (boolean) - This allows skipping TLS verification of
|
||||||
|
the AWS EC2 endpoint. The default is `false`.
|
||||||
|
|
||||||
- `kms_key_id` (string) - ID, alias or ARN of the KMS key to use for boot
|
- `kms_key_id` (string) - ID, alias or ARN of the KMS key to use for boot
|
||||||
volume encryption. This only applies to the main `region`, other regions
|
volume encryption. This only applies to the main `region`, other regions
|
||||||
where the AMI will be copied will be encrypted by the default EBS KMS key.
|
where the AMI will be copied will be encrypted by the default EBS KMS key.
|
||||||
|
|
|
@ -242,6 +242,9 @@ builder.
|
||||||
profile](https://docs.aws.amazon.com/IAM/latest/UserGuide/instance-profiles.html)
|
profile](https://docs.aws.amazon.com/IAM/latest/UserGuide/instance-profiles.html)
|
||||||
to launch the EC2 instance with.
|
to launch the EC2 instance with.
|
||||||
|
|
||||||
|
- `insecure_skip_tls_verify` (boolean) - This allows skipping TLS verification of
|
||||||
|
the AWS EC2 endpoint. The default is `false`.
|
||||||
|
|
||||||
- `launch_block_device_mappings` (array of block device mappings) - Add one
|
- `launch_block_device_mappings` (array of block device mappings) - Add one
|
||||||
or more block devices before the Packer build starts. If you add instance
|
or more block devices before the Packer build starts. If you add instance
|
||||||
store volumes or EBS volumes in addition to the root device volume, the
|
store volumes or EBS volumes in addition to the root device volume, the
|
||||||
|
|
|
@ -235,6 +235,9 @@ builder.
|
||||||
profile](https://docs.aws.amazon.com/IAM/latest/UserGuide/instance-profiles.html)
|
profile](https://docs.aws.amazon.com/IAM/latest/UserGuide/instance-profiles.html)
|
||||||
to launch the EC2 instance with.
|
to launch the EC2 instance with.
|
||||||
|
|
||||||
|
- `insecure_skip_tls_verify` (boolean) - This allows skipping TLS verification of
|
||||||
|
the AWS EC2 endpoint. The default is `false`.
|
||||||
|
|
||||||
- `launch_block_device_mappings` (array of block device mappings) - Add one
|
- `launch_block_device_mappings` (array of block device mappings) - Add one
|
||||||
or more block devices before the Packer build starts. If you add instance
|
or more block devices before the Packer build starts. If you add instance
|
||||||
store volumes or EBS volumes in addition to the root device volume, the
|
store volumes or EBS volumes in addition to the root device volume, the
|
||||||
|
|
|
@ -189,6 +189,9 @@ builder.
|
||||||
profile](https://docs.aws.amazon.com/IAM/latest/UserGuide/instance-profiles.html)
|
profile](https://docs.aws.amazon.com/IAM/latest/UserGuide/instance-profiles.html)
|
||||||
to launch the EC2 instance with.
|
to launch the EC2 instance with.
|
||||||
|
|
||||||
|
- `insecure_skip_tls_verify` (boolean) - This allows skipping TLS verification of
|
||||||
|
the AWS EC2 endpoint. The default is `false`.
|
||||||
|
|
||||||
- `mfa_code` (string) - The MFA
|
- `mfa_code` (string) - The MFA
|
||||||
[TOTP](https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm)
|
[TOTP](https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm)
|
||||||
code. This should probably be a user variable since it changes all the
|
code. This should probably be a user variable since it changes all the
|
||||||
|
|
|
@ -85,6 +85,9 @@ Optional:
|
||||||
provider whose API is compatible with aws EC2. Specify another endpoint
|
provider whose API is compatible with aws EC2. Specify another endpoint
|
||||||
like this `https://ec2.custom.endpoint.com`.
|
like this `https://ec2.custom.endpoint.com`.
|
||||||
|
|
||||||
|
- `insecure_skip_tls_verify` (boolean) - This allows skipping TLS verification of
|
||||||
|
the AWS EC2 endpoint. The default is `false`.
|
||||||
|
|
||||||
- `license_type` (string) - The license type to be used for the Amazon
|
- `license_type` (string) - The license type to be used for the Amazon
|
||||||
Machine Image (AMI) after importing. Valid values: `AWS` or `BYOL`
|
Machine Image (AMI) after importing. Valid values: `AWS` or `BYOL`
|
||||||
(default). For more details regarding licensing, see
|
(default). For more details regarding licensing, see
|
||||||
|
|
Loading…
Reference in New Issue