Usuario:ManuelRomero/asw/Beanstalk
De WikiEducator
Instalanado beansstalk CLI
- Previo
- pyenv https://dev.to/nahum_trinidad/como-instalar-y-crear-un-entorno-virtual-con-pyenv-en-ubuntu-2204-lts-3499
- En mi caso con zsh
- Install Python build dependencies before attempting to install a new Python version.
https://github.com/pyenv/pyenv/wiki#suggested-build-environment
sudo apt update; sudo apt install build-essential libssl-dev zlib1g-dev \ libbz2-dev libreadline-dev libsqlite3-dev curl \ libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev
- Install python
pyenv isntall 3.10.4
- Install pipx
apt-get install pipx pipx ensurepath
- Install virtualenv
pipx install virutalenv
- Clonamos el proyecto
git clone https://github.com/aws/aws-elastic-beanstalk-cli-setup.git
- Ejecutamos el script
python ./aws-elastic-beanstalk-cli-setup/scripts/ebcli_installer.py
Acciones
- crear las credenciales según indica en el lab
Archivo:Credentials lab.png una vez creado el directorio
eb init eb create <nombre del entorno> -ip LabInstanceProfile -sr LabRole