News

Before you can log in to an AWS EC2 instance you'll need to create an assign an SSH key pair. This module allows you to use your existing GitHub registered public key instead of creating an AWS ...
With regular Linux servers, you can easily copy your key pair with the ssh-copy-id command. But with an AWS instance, things get a bit tricky. However, there is a way around the complication.
This module creates an AWS Lambda function that manages SSH keys. SSH keys are stored in the SSM Parameter Store. The Lambda function generates ECDSA and RSA key pairs. It accepts a single group ...