简体   繁体   English

AWS SSL 证书与 GoDaddy 的成本

[英]Costs for AWS SSL certificate vs GoDaddy

We are running an Apache web server on a single AWS Amazon Linux EC2 instance and we want to configure HTTPS on the web server. We are running an Apache web server on a single AWS Amazon Linux EC2 instance and we want to configure HTTPS on the web server. Either we configure an application load balancer on AWS and configure HTTPS on the ELB, or we purchase an SSL/TLS certificate from GoDaddy and configure it in the web server.我们要么在 AWS 上配置应用负载均衡器,在 ELB 上配置 HTTPS,要么从 GoDaddy 购买 SSL/TLS 证书并在 web 服务器中配置。

Which option is best for us in terms of long-term costs?就长期成本而言,哪种选择最适合我们?

The cost of the Go Daddy SSL ultimately comes down to the configuration such as duration of certificate and whether its single domain, multi domain or using wildcard. Go Daddy SSL 的成本最终归结为配置,例如证书的持续时间以及它的单域、多域还是使用通配符。 You also have the option for a free SSL using certbot if cost is a factor.如果成本是一个因素,您还可以选择使用certbot获得免费的 SSL。

Application Load Balancer is not the only service that can use ACM, you can also use a CloudFront distribution in front of a server (or load balancer) and attach your ACM certificate to it. Application Load Balancer 不是唯一可以使用 ACM 的服务,您还可以在服务器(或负载均衡器)前面使用 CloudFront 分配并将您的 ACM 证书附加到它。

By using ACM you will no longer have to worry about rotation of the SSL, the renewal when close to expiry or copying it to new resources that you create.通过使用 ACM,您将不再需要担心 SSL 的轮换、即将到期时的续订或将其复制到您创建的新资源。

If this is a small personal project I would suggest to go with a free certbot SSL, if its professional or a project you see expanding with additional resources I would suggest using ACM as it will make SSL management across resources easier to maintain.如果这是一个小型个人项目,我建议 go 使用免费的 certbot SSL,如果它的专业或项目你看到保持扩展的额外资源,我建议使用 ACM,因为它会使 ZEA52C36203C3F99C3CE24B2D 更容易跨资源管理5。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM