I want to enable ssl on an EC2 instance. I know how to install third-party SSL. I have also enabled ssl in the security group.
I just want to use a URL like this: ec2-xx-xxx-xxx-xx.compute-1.amazonaws.com with https.
I couldn't find the steps anywhere.
It would be great if someone can direct me to some document or something.
I have an instance on EC2. Which I have installed LAMP. I have also enabled http, https and ssh in the security group policy.
When I open the Public DNS URL in the browser, I can see the webserver running perfectly. But When I add https to URL, nothing happens.
Is there a way I am missing? I really don't want to use any custom domain on this instance because I will terminate it after a month.