-1

How to create auto certificate for the Application Load Balancer with Cloudformation? Is there any sample template?

Thanks for your reply.

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
mrbean007
  • 37
  • 4

1 Answers1

1

You're able to provision a certificate using cloudformation that can be used as reference in provisioning resource that requires it.

Reference: AWS Certificate Manager - Cloudformation

Reference: https://binx.io/blog/2018/10/05/automated-provisioning-of-acm-certificates-using-route53-in-cloudformation/

Edcel Cabrera Vista
  • 1,087
  • 1
  • 9
  • 29
  • Just a note. This will require custom resource in CFN to be created, as the ACM certs needs to be verified. Just something worth mentioning I think. – Marcin May 12 '20 at 08:25