How to enable https on AWS ec2 Public IPv4 DNS?

Viewed 24

I have already mapped ip with domain name and its loading over ssl protocol.

However I wonder on enabling https also on the aws Public IPv4 DNS :

http://*.compute.amazonaws.com

Is it possible to redirect always to 443 port upon loading, same way as using for domain name that I own ?

1 Answers

Is it possible to enable to redirect always to 443 port upon loading, same as using for domain name

Sadly its not possible as compute.amazonaws.com domain belongs to AWS, not you. You can only get valid SSL public certificate for a domain that you own or manage.

Related