go

essh - Ephemeral SSH keys for EC2 hosts using EC2 instance connect

At work, we recently standardised on Amazon Linux 2 for several reasons. One of which was to take advantage of EC2 instance connect so we no-longer have a public key distribution problem, and can grant SSH access using IAM. I initially wrote a quick shell script to create and use…