0PricingLogin
AWS Security Academy · Lesson

TLS Certificates with AWS Certificate Manager

Issue and attach certificates that encrypt data in transit.

Encryption in Transit

Encryption in transit protects data as it moves across networks using TLS (Transport Layer Security), the protocol behind HTTPS.

Without it, attackers on the path could read or tamper with traffic. TLS requires certificates, and managing those is where ACM comes in.

What ACM Provides

AWS Certificate Manager (ACM) provisions, manages, and renews TLS certificates for AWS services.

  • Public certificates from ACM are free.
  • ACM handles renewal automatically, removing the risk of expired certificates.

All lessons in this course

  1. Encrypting S3, EBS, and RDS at Rest
  2. Enforcing Default Encryption Everywhere
  3. TLS Certificates with AWS Certificate Manager
  4. Storing Credentials in Secrets Manager
← Back to AWS Security Academy