4

I have created a single instance web application on AWS with Elastic Beanstalk. Now I want to add ssl certificate to enable https access on it.

I created a ssl certificate using ACM and I was folowing this! link to add it to my web app in Elastic Beanstalk.

But I could not find and anywhere in acm.

How can i find them??

Mark B
  • 183,023
  • 24
  • 297
  • 295

1 Answers1

6

You can only use ACM with CloudFront or Elastic Load Balancers. Since you don't have an Elastic Load Balancer in a single instance Elastic Beanstalk environment, you can't use ACM, unless you want to put CloudFront in front of it.

Mark B
  • 183,023
  • 24
  • 297
  • 295