Skip to content

Commit

Permalink
[AWS EC2] Add support for configuring EBS volumes in EC2 lithops workers
Browse files Browse the repository at this point in the history
  • Loading branch information
JosepSampe committed Jan 18, 2025
1 parent 41482bc commit 76c7755
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/source/compute_config/aws_ec2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76c7755

Please sign in to comment.