Skip to main content

All Questions

Tagged with
2 votes
2 answers
5k views

AWS CLI install with homebrew keep error with [SSL: CERTIFICATE_VERIFY_FAILED]

My system is M1 Mac with macOS 12.3.1 and aws cli install via homebrew when tried to run aws s3 ls it keep error with SSL validation failed for https://s3.{awsregion}.amazonaws.com/ [SSL: ...
snowvy's user avatar
  • 31
1 vote
1 answer
788 views

awsebcli: installed EB CLI with python 3.9 version via homebrew. Python 3.7 is used in project - potential problems?

I need to run AWS Elastic Beanstalk for deploying django (Django==3.1.5) project. So I've recently installed EB CLI (macOS) 3.19, which by default installed with Python 3.9.1 via Homebrew. But I have ...
NatalieLes's user avatar
5 votes
1 answer
4k views

AWS CLI on a MAC point to wrong version of Python

After Installing AWS CLI using Homebrew on OS X AWS CLI seems to point to the wrong version of Python. I want to use Python3 not Python2. Any ideas on how to force AWS CLI to use Python3? Config ...
Sascha's user avatar
  • 430
0 votes
1 answer
773 views

aws cli broken? Get "string indices must be integers"

For some reason since recently installing awscli I can't seem to do anything I just keep getting string indices must be integers > aws s3 ls s3://foo string indices must be integers I've tried ...
samthebest's user avatar
  • 31.6k