ryanformio / gh-actions-fargate-express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Actions Runner with AWS Fargate

  1. Check for any existing clusters in a given region
## Will be prompted for REGION
bash scripts/clusters/view.sh
  1. Create an ECS Cluster in Region
## Will be prompted for REGION and CLUSTER_NAME
bash scripts/clusters/create.sh
  1. Create a Task Defintion
## Will be prompted for REGION
bash scripts/tasks/definition.sh
  1. Create a Task on cluster
## Will be prompted for REGION, CLUSTER_NAME, and TASK_DEF_NAME
bash scripts/tasks/create.sh

About


Languages

Language:Shell 59.9%Language:JavaScript 22.9%Language:Dockerfile 17.2%