I want to create Ed25519 based on ec2.KeyPair, but...
# aws
f
I want to create Ed25519 based on ec2.KeyPair, but this resource doesn't have this key type for some reason. There are some suggestions? --- I saw another resource,
aws-native,
but it is based on CFN and has not helped me. Thanks
s
I’m sorry, I don’t fully understand your question. Are you wondering how to create an Ed25519 key using
ec2.KeyPair
?
f
Sorry, I've edited the msg, Yes, I want to create an Ed25519 key using ec2.KeyPair
EDIT: if I pass the ed25519 key, it's chosen on AWS this type (i think that need to elaborate it in docs) Solved!