-1

I am implementing disaster recovery in AWS . My application is deployed in us-east-1 and now as part of disaster recovery I wanted to create same infra in another region . Now i have challenge regarding reusing https certificate of load balancer from primary region to new region(us-east-2). Can I do how? I am not able to see proper AWS docs.

Zoe
  • 27,060
  • 21
  • 118
  • 148

1 Answers1

2

You can't reuse the exact same ACM-issued certificate across regions. The procedure in this case is to create an identical certificate in the additional region.

Michael - sqlbot
  • 169,571
  • 25
  • 353
  • 427