aws certificate manager

0

I have 2 different websites in 2 different elastic ips that is in same ec2 instance it has httpd running in redhat linux. now it is http i want them as https. How can i do?

1 Answer
1

If you wanted to use AWS Certificate Manager (ACM), you would need to use one of the below services in front of your EC2 instance:

  • CloudFront
  • Elastic Load Balancers
  • API Gateway

CloudFront would suit your use case of a website on a single EC2 instance most closely.

If you wanted to manage renewals yourself, you could install certbot on your EC2 instance from https://letsencrypt.org/. It has no cost and auto-renews certificates, however it does require initial configuration.

profile pictureAWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions