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:
- 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)