AWS

Install the AWS Elastic Beanstalk Command Line Interface (EB CLI) / EB CLI 설치 방법

vipDeveloper 2020. 3. 18. 16:03
반응형

Install the EB CLI using setup scripts

 

스크립트를 이용한 설치 방법 (git download)

https://github.com/aws/aws-elastic-beanstalk-cli-setup

 

aws/aws-elastic-beanstalk-cli-setup

Simplified EB CLI installation mechanism. Contribute to aws/aws-elastic-beanstalk-cli-setup development by creating an account on GitHub.

github.com

1. git install

    url : https://git-scm.com/downloads

 

Git - Downloads

Downloads Mac OS X Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific

git-scm.com

2. Clone this repository

    Use the following:

         git clone https://github.com/aws/aws-elastic-beanstalk-cli-setup.git

 

aws/aws-elastic-beanstalk-cli-setup

Simplified EB CLI installation mechanism. Contribute to aws/aws-elastic-beanstalk-cli-setup development by creating an account on GitHub.

github.com

3. Install/Upgrade the EB CLI (EB CLI 설치 및 업그레이드 방법)

    1 ) On Bash and Zsh on macOS and Linux ( bash / Zsh 사용시 )

         ./aws-elastic-beanstalk-cli-setup/scripts/bundled_installer

⇒  ./aws-elastic-beanstalk-cli-setup/scripts/bundled_installer

==============================================
I. Installing Python
==============================================

*************************************************************
1. Determining whether pyenv is already installed and in PATH
*************************************************************
    - pyenv was not found in PATH.

*********************************************************
2. Determining whether pyenv should be cloned from GitHub
*********************************************************
    - pyenv git repository already cloned to /Users/hosunglee/.pyenv-repository. Won't attempt to clone again.

*******************************************
3. Temporarily export necessary pyenv paths
*******************************************

****************************************************************************
4. Checking whether Python can be downloaded (through curl, wget, or aria2c)
****************************************************************************

************************************************************
5. Installing Python 3.7.2. This step may take a few minutes
************************************************************
WARNING: Please make sure you remove any previous custom paths from your /Users/hosunglee/.pydistutils.cfg file.
python-build: use openssl from homebrew
python-build: use readline from homebrew
Downloading Python-3.7.2.tar.xz...
-> https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tar.xz

    2 ) In PowerShell or in a Command Prompt window (PowerShell / Command Prompt 사용시)

         .\aws-elastic-beanstalk-cli-setup\scripts\bundled_installer

반응형