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 Backend, similar to caliban cloud's AI Platform support #23

Open
sritchie opened this issue Jun 22, 2020 · 4 comments
Open

AWS Backend, similar to caliban cloud's AI Platform support #23

sritchie opened this issue Jun 22, 2020 · 4 comments

Comments

@sritchie
Copy link
Collaborator

There's no reason we can't build an AWS backend, to make it easier to users to work with whatever tooling they currently have.

I'm planning on spending some time organizing the codebase to make this easier. The big missing pieces that I'd love help with from the community are:

  • what AWS service is analogous to AI Platform? We want to submit some request with a Docker image ID, command line arguments, and hardware specs (GPUs, machine type etc), and have some AWS service run the job and then stop. Bonus if we can attach labels, etc
  • What authentication method is similar to Google' Service Account Key?

We have two auth requirements.

  1. We need to authenticate with AWS to submit the job from the submitting machine.
  2. We'd like to bake some credentials into the container so that users can authenticate with AWS's python library or command line interface and, say, transfer data to and from buckets, or talk to some AWS database.

For (2), amazon might mount credentials into the container, or we might have to grab them and bake them in, like we do with service account keys.

If someone would comment here with a rough guide (but the more detailed the better)! on how to do either of the above 2 manually, that would be a massive help in automating this.

@arokem
Copy link

arokem commented Jul 22, 2020

You might want to take a look at what we did in cloudknot. For our purposes, the target AWS service is AWS Batch.

For your auth requirements, you can pass keys as arguments to functions. See for example here

@sritchie
Copy link
Collaborator Author

Thanks, @arokem , I absolutely will. This is really helpful!

@NikeNano
Copy link

what AWS service is analogous to AI Platform? We want to submit some request with a Docker image ID, command line arguments, and hardware specs (GPUs, machine type etc), and have some AWS service run the job and then stop. Bonus if we can attach labels, etc

I think that AWS SageMaker is the equivalent for Google AI plattform on the AWS side.

@redsting
Copy link

@sritchie
I'm looking to get involved with this project and I wanted to know if this request was still open and what you needed.

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

4 participants