DevOps Инженер для инфраструктуры проекта

1 500 руб.за час • безналичный расчёт, электронные деньги
22 августа 2017, 21:00 • 1 отклик • 95 просмотров
We're interested in moving off our Elastic Beanstalk and single-server ArangoDB instances to a DCOS cluster for production on AWS. DCOS provides a HA CloudFormation template and ArangoDB has a push-button package already on DCOS, so this is just about a few tweaks on that:

* Have Marathon pull from a private Docker repo to deploy our Node web app.
* The front-end should be secure (https).
* ArangoDB comes with a pretty nice web UI. This should still be securely available from the outside with authentication so we can manage the database from the UI.
* The database should similarly be available so that I can access the production database from my local machine for local dumps and programmatic production data manipulation.
* Meanwhile, the Node app should be communicating with the DB from the inside.
* Create documentation for cluster installation, setting up networking and security, and deploying the app to support the team in troubleshooting in the future
* Create some admin roles and turn over the keys to the company CEO and CTO