Skip to main content

All Questions

0 votes
1 answer
1k views

Cannot get AWS SAM CLI to work with Python 3.5.x

I am certain that this issue is down to my own ignorance of Python and pip, however, I have scoured the net and tried many things to get this to work, so far, to no avail. I have a docker image based ...
user3067870's user avatar
0 votes
0 answers
1k views

Error in updating AWS cli to latest version

I'm trying to update AWS CLI to the latest version. I'm following the below AWS documentation: Aws cli upgrade with sudo access When I run the command: sudo ./awscli-bundle/install -i /usr/local/aws -...
Bala krishna's user avatar
1 vote
1 answer
2k views

How do I configure Python so that I can start using aws-cli?

I was using both Python, Python3 and aws-cli very well. However, after installing kyoto-cabinet via brew, I saw cleanup not done in 30 days, running brew cleanup now message and then brew cleanup was ...
Aviral Srivastava's user avatar
-1 votes
1 answer
120 views

Converting unicode to string with " "

I'm currently working on a script for deleting aws resources using aws cli and python. As a part of my script, I have to delete the rules of a security group. The approach that I have taken is I ...
Arya Shah's user avatar