Iis – Can an AWS Certificate Manager SSL certificate be installed on EC2 in IIS

amazon ec2amazon-web-servicesiisssl-certificate

I have a certificate from the AWS Certificate Manager (ACM) for my site.

I need to establish a HTTPS connection from my load balancer to my EC2 instances, as the application that I have on there requires HTTPS to the instance.

Is it possible to install the certificate from ACM into IIS so that I can use it for end to end HTTPS to the instance?

Best Answer

SSL certificates from Amazon Certificate Manager can only be used with CloudFront and Elastic Load Balancers. It cannot be installed directly on an EC2 instance.

If your app needs an SSL certificate installed, you will need to get it from another service.