Skip to content

Commit 983d0a7

Browse files
committed
[AWS EC2] Add support for configuring EBS volumes in EC2 lithops workers
1 parent 76c7755 commit 983d0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/compute_config/aws_ec2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ In summary, you can use one of the following settings:
116116
|aws_ec2 | ssh_key_name | | no | SSH Key name. You can find the available keys in the [EC2 console page](https://console.aws.amazon.com/ec2/v2/home#KeyPairs:). Create a new one or upload your own key if it does not exist|
117117
|aws_ec2 | ssh_username | ubuntu |no | Username to access the VM |
118118
|aws_ec2 | ssh_password | |no | Password for accessing the worker VMs. If not provided, it is created randomly|
119-
|aws_ec2 | ssh_key_filename | ~/.ssh/id_rsa | no | Path to the ssh key file provided to access the VPC. If not provided, Lithops will use the default path and create a new ssk key for the VPC |
119+
|aws_ec2 | ssh_key_filename | ~/.ssh/id_rsa | no | Path to the ssh key file provided to access the VPC. If not provided, Lithops will use the default path and create a new ssh key for the VPC |
120120
|aws_ec2 | request_spot_instances | True | no | Request spot instance for worker VMs|
121121
|aws_ec2 | target_ami | | no | Virtual machine image id. Default is Ubuntu Server 22.04 |
122122
|aws_ec2 | master_instance_type | t2.micro | no | Profile name for the master VM |

0 commit comments

Comments
 (0)