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 Risposta
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
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande