[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
已提問 6 年前檢視次數 3824 次
2 個答案
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
已回答 6 年前
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
已回答 6 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南