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

AWS web service to receive submissions #504

Open
maikia opened this issue Jan 8, 2021 · 1 comment
Open

AWS web service to receive submissions #504

maikia opened this issue Jan 8, 2021 · 1 comment

Comments

@maikia
Copy link
Contributor

maikia commented Jan 8, 2021

Right now we are using ssh protocol to connect to the AWS instances. This is prone to errors and we are forced to use non-elegant solutions (eg #503 to check if the instance has finished work on the submission we need to check if the screen sessions exist, and either score file or log file including Python error).

This web service should run on an instance and listen to incoming connections from RAMP.
For example this could be RESTful API to receive submissions and run them, and serve the artifacts (results, logs, etc).

This should be started on the AWS instance at the initiation of the instance for each submission.
(https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html)

what are your thoughts @agramfort @rth @kegl ?

@agramfort
Copy link
Collaborator

agramfort commented Jan 8, 2021 via email

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