Dev Batwada
Dev Batwada

Reputation: 49

Configure SSL certificate by ACM on single instance tomcat on AWS

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??

Upvotes: 4

Views: 774

Answers (1)

Mark B
Mark B

Reputation: 200682

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.

Upvotes: 6

Related Questions