How to deploy private python pip dependency with Amazon AWS Elastic Beanstalk?
When I tried to set one of the services into AWS Elastic Beanstalk , the problem appeared. One of our python pip dependencies set up on private repository was causing errors during deployment process, since it was not accessible for pip process. Bellow I present description how we solved this issue. It is worth to mention that there are other solutions that bind SSH keys used during deployment, to application project git repository. I find them a bit dirty, so I would like to share this one that allows to keep SSH keys separated in S3 bucket, separated from application git repository. Works on