-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
Description
Why would people want to use this over the new AWS Certificate Manager(ACM)?
Advantages:
- Available in all regions(ACM is only available in us-east at the moment)
- Validates domains without requiring MX records/email access
- Can configure CloudFront/ELBs with a default SSL setting without user intervention.
- LE supports 100 names per cert, ACM only 20(Less ELBs needed if serving lots of sites)
Disadvantages:
- ACM has 1yr renewals(vs LetsEncrypt's 90 day)
- Requires S3/Lambda(Additional dependencies/very minimal cost)
- Requires Route53 to validate domains for use with ELB
- ACM can be done entirely through their web console
Common Features:
- Support CloudFront/ELB
- Automatic renewal
Edit this issue as new points are made.
franchb and GabLeRouxfregante, kelvingl, hintss and franchb