Junejo
Junejo

Reputation: 11

Configuring Free SSL certificate on IIS in EC-2 Instance in AWS

I have hosted my PHP MySQL web application on EC-2 on windows 2019 on free tier. I have assigned the elastic IP to the instance and pointed to the our domain which is hosted on third party. Now i would like to enable the Free SSL certificate by amazon certificate manager and i have created that. I am little bit confused in the next steps can anyone help me there.

  1. Do i need to use Amazon Route 53 service for this? Is this service is available in free tier?

  2. Or Just Elastic load balancer is the only one i need to set up in the further process?

Can anyone advise me here and it will be really appreciated.

Upvotes: 1

Views: 308

Answers (1)

Chris Williams
Chris Williams

Reputation: 35258

In order to use a free SSL from the certificate manager you will need to apply the SSL to one of either:

  • CloudFront
  • Elastic Load Balancer

If you don't want to use either of these then take a look at certbot.

Upvotes: 1

Related Questions