blog icon indicating copy to clipboard operation
blog copied to clipboard

github-actions self-hosted runner run on AWS

Open qmauvnt opened this issue 2 years ago • 0 comments

AWS provided AWS Batch which included queue this is good option we can use rather than using lambda which has limitation on time execution (15min)

idea:

graph TD;
    A[Github] --> B(Webhook aka AWS Apigw);
    B -->|job1| D[Queue];
    B -->|job2| D[Queue];
    D-->|Batch| F[AWS Batch];

  • [x] Demo
    • [x] Source Code
    • [x] Readme
  • [ ] Quay 1 video

qmauvnt avatar Aug 23 '23 16:08 qmauvnt