/ecs

Amazon ECS services

Primary LanguageDockerfile

ECS Docker applications

This repository contains some of the apps that use Docker, that will be deployed in AWS environments.

Dependencies

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-cli
sudo 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-cli

Usage

You can deploy the applications using a Jenkins server or using your own terminal, with the CLIs mentioned above.

Contributing

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.

License

OpenBSD