AWS's EC2 launch process can inject an SSH key into an image, however, it can only inject RSA keys. It won't accept anything else.
Fedora 33 doesn't allow RSA keys for SSH.
Thus, when I launch an F33 image in EC2 (using the Cloud images, specifically:
Fedora-Cloud-Base-33-1.2.x86_64-hvm-us-east-2-gp2-0 (ami-0c54097900b6afcbe)
I can't ssh into it.
Is there any way to actually use Fedora-Cloud-Base-33 in EC2?
Kevin