Anyone has any Fabric recipe that shows how to connect to EC2 using the pem file?
I tried writing it with this manner: Python Fabric run command returns "binascii.Error: Incorrect padding"
But I'm faced with some encoding issue, when I execute the run()
function.