0

I have my websites deployed on ec2 instance and was planning to use SSL/TLS certificate using AWS Certificate Manager. I found this link saying I may have to use Load Balancer to use the SSL from ACM. https://docs.aws.amazon.com/acm/latest/userguide/acm-services.html. Is it possible to just use EC2 and ACM not including the Load Balancer.

I know I can buy a certificate from other sites and install the ssl through EC2 instead. But I was just thinking if I can have it all on AWS.

Any pointers is much appreciated.

Wondering Coder
  • 1,652
  • 9
  • 31
  • 51

2 Answers2

0

No I don't think its possible, because the certificate itself is stored in AWS Infrastructure and only referenced via ARN, besides AWS takes care of rotating the certificate and that cannot be achieved via a manual process.

0

Unfortuntely No there is no direct way to use it on EC2 Instance.

But it can achieved if you put EC2(Single Instance also) Behind Load Balancer and attach Certificate to LB then you will get https.

Thanks

Kush Vyas
  • 5,813
  • 2
  • 26
  • 36