-
Notifications
You must be signed in to change notification settings - Fork 19
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
[question] why rust? #17
Comments
The goal is to build "one" single binary that creates all resources required to set up avalanche network. Under the hood, it uses CloudFormation for provisioning AWS resources, which is arguably better than Terraform, and does not require anything external (e.g., terraform binary). |
gotcha, so portability is a top priority? |
Yes, we plan to support other providers (bare metal machines). |
for aws infra provisioning, why was this in implemented in rust as opposed to using existing cloud provisioning tooling (terraform and/or ansible)?
The text was updated successfully, but these errors were encountered: