[Errno 2] No such file or directory

0

Hey Team,

I'm trying to access AWS console using AWS CLI, but I'm getting following error, please do help

[Errno 2] No such file or directory

Software Version installed
C:\Users>python --version
Python 3.7.0a2

C:\Users>aws --version
aws-cli/1.13.0 Python/2.7.9 Windows/8 botocore/1.8.3

C:\Users>pip --version
pip 9.0.1 from c:\users\nrao2\appdata\local\programs\python\python37\lib\site-packages (python 3.7)

Edited by: NTRao on Nov 30, 2017 6:47 PM

NTRao
gefragt vor 6 Jahren3824 Aufrufe
2 Antworten
0

I found a suggestion by googling

C:\WINDOWS\system32>copy "c:\Program Files\Amazon\AWSCLI\botocore\vendored\requests\cacert.pem" "c:\Program Files\Amazon\AWSCLI\certifi"

But above one could not resolved my issue...

Appreciate your suggestions

Edited by: NTRao on Nov 30, 2017 6:51 PM

Edited by: NTRao on Dec 1, 2017 10:46 AM

NTRao
beantwortet vor 6 Jahren
0

Hey Team,

Greetings!!

I found that ssl connection causing this issue!, Later I ignored ssl connection using "--no-verify-ssl"

Now my aws cli is able to establish connection from my aws account

Hope it will be useful!!

Thanks
NTRao

NTRao
beantwortet vor 6 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen