Not sure if this is possible, didn’t see a mention of it in the docs, but is there any way that we could install custom packages on the EC2 instances provisioned by Convox?
Looking to install a vulnerability management tool, based around OSQuery, to monitor our infrastructure.
Probably a slightly dumb question but is there any trick when it comes to escaping quotes in the command itself? I’m trying to do something similar to the below, but doesn’t seem to like the quotes around the command string.
convox rack params set 'InstanceBootCommand="bash -c "(curl -L https://path/to/install.sh)""'