Skip to content

Conversation

@jmikedupont2
Copy link
Member

this feature, yet untested has the goal of creating an ssm action
to deploy a new version of the agent using variables from ssm, so the agent config is stored in ssm not git,
the name of the image is also stored in an ssm parameter

the gui will just have to manage those variables and call the ssm document on the servers, that will be easy to make a front end for.

@jmikedupont2
Copy link
Member Author

AWS CLI is not installed

@jmikedupont2
Copy link
Member Author

aws ssm send-command --document-name "UpdateEliza" --document-version "\$LATEST" --targets '[{"Key":"InstanceIds","Values":["i-0b0e822632e0bef20"]}]' --parameters '{"ImageParameterName":["tine_agent_4_agent_image"],"CharacterParameterName":["tine-agent-config-1"],"ContainerMemory":["1512"]}' --timeout-seconds 600 --max-concurrency "50" --max-errors "0" --region us-east-2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants