-
Notifications
You must be signed in to change notification settings - Fork 437
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
Automatically cluster with AWS execution environments #2797
base: main
Are you sure you want to change the base?
Automatically cluster with AWS execution environments #2797
Conversation
This will pick out the parts needed to cluster for any livebook application deployed on the AWS execution platforms.
Good news: There's like 5-6 different jq alternatives. One option we have is to utilize a call to the Elixir shipped binary to parse/query? |
Oh, calling the Elixir binary is a good call. Let's do that. You can also call |
@josevalim calling elixir and |
@jonatanklosko One of Livebook's deps is |
Here it is working. |
Okay so the remaining work here is the documentation of Cloud Map and Security Groups. That said this is actually rather generic to Phoenix itself, or even Elixir, so should I suggest it as documentation to those projects? |
I'd document it on Livebook first, for two reasons:
WDYT? |
Roger, will start today. For the future I think maybe there's a signal here telling us that an elixir cookbook, community run like Bevy's but outside the scope any framework or the language, might be worth organizing. |
@krainboltgreene good call parsing with release eval! |
Co-authored-by: Jonatan Kłosko <[email protected]>
Co-authored-by: Jonatan Kłosko <[email protected]>
Co-authored-by: Jonatan Kłosko <[email protected]>
Uffizzi Ephemeral Environment Deploying☁️ https://app.uffizzi.com/github.com/livebook-dev/livebook/pull/2797 ⚙️ Updating now by workflow run 11123556986. What is Uffizzi? Learn more! |
Looks good to me, we just need the docs now. Ideally with some IaC snippets, I think either is fine, terraform, cloud formation or CLI, just so it's more standardised. |
This will pick out the parts needed to cluster for any livebook application deployed on the AWS execution platforms.