devops-box
devops-box copied to clipboard
Aws version updates
Updated the AWS EB CLI to a fixed version of 3.12.0. Updated AWS CLI to include --upgrade option Versions of EB CLI > 3.12 produced this error when provisioned with vagrant and the install.ssh: devops-box: docker 3.5.0 has requirement requests!=2.18.0,>=2.14.2, but you'll have requests 2.9.1 which is incompatible. When I Vagrant ssh'ed into machine could not access aws or eb from the command line. It appeared these installs failed due to incompatibilities. There is likely a better long term fix but I haven't had luck yet. Appreciate any feedback or thoughts! Thanks for sharing this repo!
Seems like a fix for https://github.com/wardviaene/devops-box/issues/10 ?
I can confirm this PR works.