awslabs / mlmax

Example templates for the delivery of custom ML solutions to production so you can get started quickly without having to make too many design choices.
https://mlmax.readthedocs.io/en/latest/
Apache License 2.0
66 stars 19 forks source link

Decouple the creation of EC2 instance from creation of the rest of the environment #73

Closed josiahdavis closed 3 years ago

josiahdavis commented 3 years ago

🚀 Feature request

Describe the feature you'd like

Decouple the creation of EC2 instance from creation of the rest of the environment. This means there are two distinct steps:

  1. Create the environemnt, including S3 and Networking
  2. Spin up the EC2 instance

What is the motivation for the feature?

Setting up the S3 Bucket and Networking requires less updating than creating the EC2 instance. Additionally, we may want to create multiple EC2 instance stacks, while only having single stack for the other parts of the environment.

Could you contribute? (Optional)

Yes.

github-actions[bot] commented 3 years ago

This issue is stale because it has been open for 60 days with no activity. Please update or respond to this comment if you're still interested in working on this.