AWS CloudFront: Not showing IAM SSL certificates

amazon-cloudfront, amazon-web-services

Solution

If you want to use the same certificate both for CloudFront and for other AWS services, you must upload the certificate twice: once for CloudFront and once for the other services.

From here: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/SecureConnections.html#CNAMEsAndHTTPS

Problem

I'm trying to install a DigiCert Wildcard SSL on a CloudFront CDN. It worked immediately with all Elastic load balancers, but it's not showing up the CloudFront SSL certificate selection dropdown, even if the certificate is found in the IAM store. Any ideas what permissions could be conflicting?

Original source