DistributedScience / Distributed-Something

Run encapsulated docker containers that do... something in the Amazon Web Services infrastructure.
https://distributedscience.github.io/Distributed-Something
Other
7 stars 3 forks source link

Cloud formation stack for setup #2

Open bethac07 opened 2 years ago

bethac07 commented 2 years ago

Parts of this that I don't think we can/want to automate

Parts of this we may want to automate

ErinWeisbart commented 1 year ago

We talked more about what part of setup does/doesn't make sense to automate. Some recent thoughts against using CDK:

ErinWeisbart commented 1 year ago

I agree that we do not want to automate: VPC, subnet or ssh key

Role creation is in #28 Dead letter queue creation was addressed in #14

I think bucket creation should be moved to its own issue and we should consider adding it as an optional flag to setup_AWS.py because on the one hand it is nice to provide a bucket setup with all of the configurations nicely in place, but on the other hand it's quite likely that a user has a bucket already in place with configurations they have optimized for other use cases. None of the "nice setup" bucket options actually affect DS, so we certainly don't want to make them required.