You can install the lastest version of the source code and running:
make install
goperator binary will be placed in your /usr/local/bin folder
If you want to list your instances or access them using SSH, instances must have the following tags:
- component
- environment
All the other tags such as service and working_version are optional.
PEM files to allow ssh access to those instances will have the format <environment>-<component>.pem and should be stored within the ssh-keys folder.
Set some environment variables if you want to override the current ones:
export AWS_REGION=us-west-2startStart one or many instances which are currently stoppedstopStop one or many instances which are currently startedterminateTerminate one or many instanceslistList instances based on its tags [environment] and [component]commandExecute a command on one or many instances
