Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs for aws_ssh_key_type #1923

Merged
merged 1 commit into from Dec 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/content/docs/drivers/aws.md
Expand Up @@ -75,6 +75,10 @@ transport:

For standard platforms we automatically provide the SSH username, but when specifying your own AMI you may need to configure that as well.

The `aws_ssh_key_type` value is the type of SSH key pair to be automatically created if `aws_ssh_key_id` is not specified.

The default value is `rsa`. The value must be a valid KeyType as per the [AWS EC2 CreateKeyPair API documentation](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateKeyPair.html).

#### WinRM

For Windows instances the generated Administrator password is fetched automatically from Amazon EC2 with the same private key as we use for SSH.
Expand Down