This repository contains some of the apps that use Docker, that will be deployed in AWS environments.
To run the apps, your local,Jenkins or bastion instance needs the aws-cli and ecs-cli to interact with AWS resources .
pip install aws-clisudo curl -o /usr/local/bin/ecs-cli https://s3.amazonaws.com/amazon-ecs-cli/ecs-cli-linux-amd64-latest
sudo chmod +x /usr/local/bin/ecs-cliYou can deploy the applications using a Jenkins server or using your own terminal, with the CLIs mentioned above.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.