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 Antwort
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
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen