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.