/
Enable HTTPS

Enable HTTPS

https://sc-ctsi-cri.atlassian.net/browse/RD-79

Currently, the app supports http only
to make it secure, enable HTTPS

Requirements -

  1. Certificate - use ACM

  2. Load Balancer on Elastic Beanstalk environment

 

Steps -

  1. Request a certificate in ACM:
    Refer for detailed steps - How to get a Free SSL - HTTPS in Elastic Beanstalk (AWS)
    This will ensure CNAME is created, DNS validation is done by adding CNAME & url of the app in DNS configuration

  2. Load Balancer:
    Add an Application Load Balancer in your elastic beanstalk environment.
    Once certificate is ready & DNS validation is completed, add a new rule in ALB - “HTTPS“ & select the certificate.
    Refer for detailed steps - How to get a Free SSL - HTTPS in Elastic Beanstalk (AWS)

 

Related content