[Fixed]-Is git required when working with elastic beanstalk?

1đź‘Ť

âś…

According to the docs the EB CLI doesn’t require git. http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-configuration.html#eb-cli3-artifact . It states “If git is installed…” So its optional.

The EB Console also allows you to upload a zip file as well. See screenshot.
Upload and Deploy

Even though this is possible. You really should just use git, especially if you are not using a version control system in its stead.

Leave a comment