Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create deploy_eliza.yml #19

Open
wants to merge 2 commits into
base: feature/skinny_eliza/feb10
Choose a base branch
from

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.

1 participant