You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see no way to specify: Size, Throughput, Type and IOPS for EBS volumes of EC2 workers. Without this feature I cannot use Lithops (500GB per worker). Also I use user_data to initialize workers and it is missing too. Allowing enhanced monitoring would be great too.
Adding this would make moving to Lithops easier. My current solution uses Terraform for Launch Templates+ASG and missing options make migration much more difficult.
The text was updated successfully, but these errors were encountered:
Hi @piotrkica, Thank you for your feedback! In PR #1418, I added support for specifying EBS volumes in the config file, which ensures that all EC2 Lithops workers will have the specified EBS volumes attached. This should address the need for configuring Size, Throughput, Type, and IOPS for the EBS volumes.
In the next few days, I will also be adding support for user_data.
Hi,
I see no way to specify: Size, Throughput, Type and IOPS for EBS volumes of EC2 workers. Without this feature I cannot use Lithops (500GB per worker). Also I use user_data to initialize workers and it is missing too. Allowing enhanced monitoring would be great too.
Adding this would make moving to Lithops easier. My current solution uses Terraform for Launch Templates+ASG and missing options make migration much more difficult.
The text was updated successfully, but these errors were encountered: