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

[AWS EC2] Add possiblity to specify EBS parameters, user data and enhanced monitoring #1413

Open
piotrkica opened this issue Jan 4, 2025 · 2 comments

Comments

@piotrkica
Copy link

piotrkica commented Jan 4, 2025

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.

@JosepSampe
Copy link
Member

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.

@piotrkica
Copy link
Author

Thank you @JosepSampe for your PR. I can confirm that it works correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants