AWS CLI – How to fix: Errno 2 No such file or directory
Recently, there have been a lot of issues with getting AWS CLI to work properly with S3. The common response given was Errno 2 No such file or directory For sanity sake, the version is: CLI version: aws-cli/1.15.83 Python/2.7.14 Linux/4.14.67-66.56.amzn1.x86_64 botocore/1.10.82 Running debug: aws s3 ls –debug we are able to identify the culprit: SSLError: [Errno 2] No…