Skip to content

why does JupyterLab Notebook instance not package aws cli v2

0

Hi,

I am using JupyterLab for testing some of my models and was surprised to see that it is still using aws cli v 1

sh-4.2$ aws --version aws-cli/1.34.4 Python/3.10.8 Linux/5.10.223-212.873.amzn2.x86_64 botocore/1.35.4

Is there a reason why it is not being packaged with CLIv2 by default when that is aws recommendation. Not all commands work with v1. Here is a warning I get:

Note: AWS CLI version 2, the latest major version of the AWS CLI, is now stable and recommended for general use. For more information, see the AWS CLI version 2 installation instructions at: https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html
asked a year ago117 views
1 Answer
1
Accepted Answer

found v2 version at /usr/local/bin/aws2. I hope it can be made default.

answered a year ago
EXPERT
reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.