Installing the AWS EB CLI command on Debian 11 (WSL2)
In order to create docker containers in Amazon Web Services Elastic Beanstalk, you need the EB CLI command to run. I didn’t find the installation of this very straightforward forward so hopefully, this helps you.
Install python
sudo apt update
sudo ...
blog.azcodez.com2 min read