amazon web services - AWS Certificate Manager Certificate is not visible to AWS Beanstalk from Console -


i new aws , need select aws certificate manager provisioned certificate elastic beanstalk loadbalancer using aws console.

  1. deployed java application on linux instance using elastic beanstalk , worked fine http.
  2. provisioned new wildcard certificate using aws certificate manager.
  3. under elastic beanstalk configuration - network tier - load balancing settings gear icon, changed "secure listener port" = 443 , "protocol" = https.
  4. but "ssl certificate id" not list certificate pick.

please suggest missing here.

i have read many suggestions cli not cli expert , wanted use console feature simplicity.

edit-1: can see certificate under ec2 - load balancer - listener tab if try add https, not under beanstalk. not sure if shall add listener under ec2 or not, think need add ssl beanstalk application deployed using beanstalk ec2.

to setup ssl certificate elastic beanstalk environment, please see configuring elastic beanstalk environment's load balancer terminate https

there console setup step describe in step 3, looks good. note need update eb configuration shown in above document.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -