Do you want to import an ECDSA certificate into AWS?
Updated: Jul 16
Don't waste your time trying to import into ACM, Amazon Certificate Manager says ECDSA is supported but if almost impossible to import the certificate, so you just have to import it as an IAM certificate
An example
aws iam upload-server-certificate --server-certificate-name ecdsa-certificate-example --certificate-body file://Certificate.pem --certificate-chain file://CertificateChain.pem --private-key file://PrivateKey.pem
For more information
Damian Gitto Olguin
CTO
Follow us for more TeraTips