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

[question] why rust? #17

Closed
fuzzylemma opened this issue Mar 26, 2022 · 3 comments
Closed

[question] why rust? #17

fuzzylemma opened this issue Mar 26, 2022 · 3 comments

Comments

@fuzzylemma
Copy link

for aws infra provisioning, why was this in implemented in rust as opposed to using existing cloud provisioning tooling (terraform and/or ansible)?

@gyuho
Copy link
Collaborator

gyuho commented Mar 26, 2022

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).

@gyuho gyuho pinned this issue Mar 27, 2022
@fuzzylemma
Copy link
Author

fuzzylemma commented Mar 31, 2022

gotcha, so portability is a top priority?

@gyuho
Copy link
Collaborator

gyuho commented Mar 31, 2022

gotcha, so portability is a top priority?

Yes, we plan to support other providers (bare metal machines).

@gyuho gyuho closed this as completed May 29, 2023
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