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 Respuesta
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
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas