SYSTEM Cited by 1 source
AWS Certificate Manager (ACM)¶
Definition¶
AWS Certificate Manager (ACM) is the managed TLS certificate service for AWS accounts. ACM issues public certificates (free, via Amazon's CA) and imports private/third-party certificates, and integrates natively with ALB, NLB, CloudFront, API Gateway, and several other AWS services — meaning certificate renewal and rotation are handled without ops involvement on the attached services.
Seen in¶
- sources/2020-06-30-zalando-launching-the-engineering-blog —
ACM-issued cert (
subject: CN=engineering.zalando.com; issuer: C=US; O=Amazon; OU=Server CA 1B; CN=Amazon) terminates TLS at the ALB fronting Skipper for Zalando's engineering blog. Cert binding to the ALB is done automatically by the Kubernetes Ingress Controller for AWS.