[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 年前3825 查看次数
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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则