Peter Denham
Peter Denham
Have you any thoughts on where this and possibly other settings/configs would be stored?
Yep, tagging instances on launch sounds ideal. I would refer to their tagging strategies guide for picking something suitable - https://aws.amazon.com/answers/account-management/aws-tagging-strategies/ Once instances are tagged, you could filter on them...
> ```js > let knex = require('knex')({ > client: 'mysql', > connection: { > host: '127.0.0.1', > user: 'root', > password: 'none', > database: 'none', > stringifyObjects: true, // set...
I've seen a similar issue, and the cause was in the configuration file, the `cwd` and/or `script` commands are executed relative to where `pm2 start` is run. Once I figured...