I’m hosting my web app on elastic beanstalk and there doesn’t seem to be any documentation on amazon or circle ci regarding auto deployment. I don’t think AWS Code Deploy works for elastic beanstalk, so I’m a little lost.
You should be able to make it work using the ElasticBeanstalk CLI. We don’t have any guides on how to achieve that right now, so we’ll be super thankful if you post your circle.yml here when you find a way to do EB deploys. Thanks, and sorry for not being more helpful in this case.
Hi there - the above article is OK, but one (of a few we found) that talks about Cicle, Docker, and EB… It also is a bit complicated. If you are doing a more normal deploy on EB, this GitHub gist nailed it for us.
Also - if you have your AWS keys for an IAM you created for circle and add those to your circle config, you don’t need the setup-eb.sh
This Gist was working for me too, but has just started failing with OSError: [Errno 2] No such file or directory: '/usr/local/lib/python2.7/dist-packages/setuptools-3.4.4-py2.7.egg'. Are you getting the same?