Tag aws

 Bookmark

SSH to EC2 instances via AWS Lambda

An interesting approach - but I wonder why you'd implement like so (requiring SSH usage) instead of the Systems Manager's run-command https://docs.aws.amazon.com/systems-manager/latest/userguide/walkthrough-cli.html ?

Recommended read: SSH to EC2 instances via AWS Lambda https://www.transposit.com/blog/2019.12.18-using-lambda-as-an-ssh-proxy/

 Bookmark

The Dark Side of AWS Lambda

This is quite an interesting little gotcha that many may not know (for instance I did not) about a 75GB limit of storage of Lambdas.

Recommended read: The Dark Side of AWS Lambda https://medium.com/fluidity/the-dark-side-of-aws-lambda-5c9f620b7dd2