Dallinger / Dallinger

Laboratory automation for the behavioral and social sciences; human culture on a chip.
https://dallinger.readthedocs.io/
MIT License
116 stars 36 forks source link

Incorporate Pol's AWS provisioning code #6588

Open pmcharrison opened 1 week ago

pmcharrison commented 1 week ago

@polvanrijn will share his code from the cap package that provisions servers on AWS that can then be used by dallinger docker-ssh.

As a first step, probably just making a new command:

dallinger docker-ssh provision ec2

In the future we could consider doing that automatically as part of the deploy command.

polvanrijn commented 1 week ago

Here's the relevant two files containing the code: provision-code.zip

I think the adaptation to Dallinger is fairly straightforward. I think a good documentation for future users would also be very useful. For example on how to setup Route 53 and EC2.

pmcharrison commented 1 week ago

Thanks Pol!