-
Notifications
You must be signed in to change notification settings - Fork 28
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
Improve the AWS VPC architecture #107
Comments
First posting here! Just wanted to add an upvote here to provide VPC and Subnet as a parameter. I think this feature would add flexibility to the provider, without requiring it to do more than it has to. |
We have to create the network resource. This is not new actually nor anything that we have decided recently. In the very beginning the provider needed to have two additional resources:
The network resource will be a very simple network abstraction on top of the cloud vendors. The goal is to have like CML a very yet powerful implementation and the major goal to solve here for ML purposes is the need to create clusters of machines that allow us to do distributed training. |
Closing in favor of #123 and children |
Reopening after the organization, related to (but not mixed with) #124 |
I think we can close this, a target vpc can be selected with perhaps a larger "networking" issue exists so that this can functionally exist with gcp/az @0x2b3bfa0 ? |
(Follow-up of iterative/cml#484)
We're using the first VPC and the first subnet to deploy EC2 instances, but this behavior can be problematic in some cases.
We can either create a new VPC as part of the provisioning process or just allow users to specify which one should be used. The first solution could be more transparent for users and allow us to keep the common interface as pure as possible.
The text was updated successfully, but these errors were encountered: