Search⌘ K
AI Features

AWS Certificate Manager (ACM)

Explore how AWS Certificate Manager simplifies the management of SSL/TLS certificates by automating issuance, renewal, and deployment. Understand domain validation methods, certificate types, and best practices for securing your AWS applications using ACM with Elastic Load Balancers, CloudFront, and API Gateway.

We'll cover the following...

AWS Certificate Manager (ACM) simplifies the process of managing SSL/TLS certificates for our AWS-based websites and applications. It provides free SSL/TLS certificates that are automatically provisioned and renewed for use with AWS services. With ACM, we can easily provision, manage, and deploy SSL/TLS certificates for use with AWS services and resources, such as Elastic Load Balancers (ELB), Amazon CloudFront distributions, and Amazon API Gateway APIs. Alternatively, we can also import third-party certificates into the ACM management system.

ACM issues the public certificates by Amazon Trust Services, and all major browsers and operating systems trust these certificates. Each certificate must be associated with at least one domain name. It also ...