1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
0
It seems that your issue is resolved, if you face the issue related to AWS CLI, here is the documentation that you need to follow for instructions.
Some of the additional information just FYI:
How to know my AWS CLI version:
aws --version
How to know where is AWS CLI installed
which aws
Or
whereis aws
Hope this helps.
Abhishek
Contenus pertinents
- demandé il y a 2 ans
- demandé il y a 7 mois
- demandé il y a 2 mois
- demandé il y a 2 ans
- AWS OFFICIELA mis à jour il y a un an
- AWS OFFICIELA mis à jour il y a 9 mois
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
I rebooted, ran curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" unzip awscliv2.zip sudo ./aws/install
and pip install awscli --upgrade --user commands. It worked this time.