From 76c7755074cb36f2e1b8f41df8e9786d7c49137d Mon Sep 17 00:00:00 2001 From: JosepSampe Date: Sat, 18 Jan 2025 12:24:57 +0100 Subject: [PATCH] [AWS EC2] Add support for configuring EBS volumes in EC2 lithops workers --- docs/source/compute_config/aws_ec2.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/source/compute_config/aws_ec2.md b/docs/source/compute_config/aws_ec2.md index ec6b049a..a661bce2 100644 --- a/docs/source/compute_config/aws_ec2.md +++ b/docs/source/compute_config/aws_ec2.md @@ -163,13 +163,13 @@ aws_ec2: |Group|Key|Default|Mandatory|Additional info| |---|---|---|---|---| -| ebs | volume_size | 8 | No | Size of the volume in GiB. | -| ebs | volume_type | 'gp2' | No | Type of volume. Options: 'gp2', 'gp3', 'io1', 'io2', 'sc1', 'st1', 'standard'. | -| ebs | delete_on_termination| True | No | Whether the volume is deleted automatically when the instance is terminated. | -| ebs | encrypted | False | No | Whether the volume is encrypted. | -| ebs | kms_key_i | | No | ARN of the KMS key used for encryption. If not provided, the default AWS-managed key is used. | -| ebs | iops | | No | Provisioned IOPS for 'io1', 'io2', or 'gp3' volumes. | -| ebs | throughput | | No | Throughput in MiB/s for 'gp3' volumes. | +| ebs | volume_size | 8 | No | Size of the volume in GiB | +| ebs | volume_type | gp2 | No | Type of volume. Options: `gp2`, `gp3`, `io1`, `io2`, `sc1`, `st1`, `standard`| +| ebs | delete_on_termination| True | No | Whether the volume is deleted automatically when the instance is terminated | +| ebs | encrypted | False | No | Whether the volume is encrypted | +| ebs | kms_key_i | | No | ARN of the KMS key used for encryption. If not provided, the default AWS-managed key is used | +| ebs | iops | | No | Provisioned IOPS for `io1`, `io2`, or `gp3` volumes | +| ebs | throughput | | No | Throughput in MiB/s for `gp3` volumes | ## Consume mode