You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We made a proof of concept Cellpack Server using AWS resources, and now that it is working, we should get together with the infrastructure team to get these resources more officially provisioned and codified in terraform templates! The resources we need include:
ECR private repo (ideally we'd deploy our docker image to ECR as a github action on the cellpack github repo)
Batch Job Queue
Batch Compute Environment (we were using Fargate)
Batch Job Definition (using docker image in ECR repo above, need a job role like arn:aws:iam::771753870375:role/batchJobRole, will also read/write to S3)
API Gateway (with permissions to trigger Batch job)
The text was updated successfully, but these errors were encountered:
Use Case
We made a proof of concept Cellpack Server using AWS resources, and now that it is working, we should get together with the infrastructure team to get these resources more officially provisioned and codified in terraform templates! The resources we need include:
The text was updated successfully, but these errors were encountered: