Your project is configured to be deployed on AWS. You mostly need to use two of the commands we created to build and publish an image:
- Execute docker:debug to test, build, tag, run, tail, and launch your app in a browser to test the image:
$ npm run docker:debug
- Execute aws:release to configure Docker login with AWS, publish your latest image build, and release it on ECS:
$ npm run aws:release
- Verify that your tasks are up and running at the Service level:
AWS ECS Service
Ensure that running count and desired count are the same.
- Verify that your instances are running at the Task level:
AWS ECS task instance
Note the Public ...