Installation

  1. Install pre-requisite packages:

    • Download python for Windows.

    Important: Ensure to check "add to path" on pop-up window

    • Download git for Windows.
  2. Type command prompt on Windows search.

    CommandPrompt

This will open a new Windows terminal.

  1. In the terminal, install eb command line interface. On the command prompt, type:

    pip install virtualenv
    git clone https://github.com/aws/aws-elastic-beanstalk-cli-setup.git
    python .\aws-elastic-beanstalk-cli-setup\scripts\ebcli_installer.py
    eb
    
  2. Install aws.

    pip install awscli
    aws --version