vntechies / blog

🇻🇳 VNTechies Dev Blog - Kho tài nguyên mã nguồn mở với sứ mệnh đào tạo kiến thức, định hướng nghề nghiệp cho cộng đồng Cloud ☁️ DevOps 🚀
https://vntechies.dev
MIT License
55 stars 22 forks source link

github-actions self-hosted runner run on AWS #42

Open qmauvnt opened 11 months ago

qmauvnt commented 11 months ago

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];