DEV Community

Cover image for AWS Certificate Manager Introduced Exportable Public Certificates
Dilusha Rasanjana
Dilusha Rasanjana

Posted on

AWS Certificate Manager Introduced Exportable Public Certificates

It is a big news.....

AWS certificate manager now supports export public certificates issued by AWS. Earlier it was a big issue that aws issued public certificates cannot export and use in other compute workload.

Now when we creating a public certificate using aws certificate manager it ask do we need to create a exportable one or non exportable one.

Image description

It is supported to export certificate body, certificate chain and certificate private key. Therefore, we can use certificate’s private key to securely terminate TLS traffic on any compute workload such as EC2, containers, on premises servers and other cloud providers.

Image description

Pricing

  1. Exportable public certificate(FQDN) - 15$
  2. Exportable public certificate (Per wildcard name) - 149$
  3. First 10K API calls of export-certificate - free of charge
  4. After that each 10K API calls of export- certificate - 0.50$

Valid Period

  1. These certificates are valid for 13 months.
  2. After 11 month of period ACM renews certificates (60 days before expiration)

Follow me for more articles. Stay Connect with me on linkedin https://www.linkedin.com/in/dilusha-rasanjana/

Top comments (0)