Alpine linux on AWS / EC2 : how to login with my public key?

Solution 1:

If anyone's still scratching their heads on this one:

I just launched the latest Alpine-3.7-r2-Hardened-EC2 instance with

ssh -i .ssh/KEY.pem alpine@host

Just guessed it followed the ubuntu@host pattern of the ubuntu instances.