Feature/multi forks on ec2 (#182)

* changes to allow multiple instances to run in an EC2 autoscale deployment

* fix health check

* fixup aws sns notification so it subscribes using bound port

* AWS SNS port range 3010-3019
This commit is contained in:
Dave Horton
2022-10-30 13:07:49 -04:00
committed by GitHub
parent f044cdd150
commit 70caf00dd1
5 changed files with 109 additions and 56 deletions

View File

@@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- run: npm ci
- run: npm run jslint
- run: docker pull drachtio/sipp