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 réponse
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
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions