1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
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
Contenido relevante
- OFICIAL DE AWSActualizada hace un año
- OFICIAL DE AWSActualizada hace 3 años
- OFICIAL DE AWSActualizada hace un año
- OFICIAL DE AWSActualizada hace 9 meses
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.