ssh-ec2-lambda icon indicating copy to clipboard operation
ssh-ec2-lambda copied to clipboard

An AWS lambda function to start, ssh and stop an ec2 instance with python

Results 1 ssh-ec2-lambda issues
Sort by recently updated
recently updated
newest added

Hello, I'm getting: ``` { "errorMessage": "module 'paramiko' has no attribute 'SSHClient'", "errorType": "AttributeError", "stackTrace": [ [ "/var/task/asg-fs-scale-in-function.py", 48, "trigger_handler", "ssh = paramiko.SSHClient()" ] ] } ``` Which is really...