Using self-signed SSL certificate for AWS Elastic Beanstalk

Bruce Lu

July 24, 2019

Objective

There are cases we need run a quick PoC with HTTPS enabled in AWS Elastic Beanstalk. In such cases, one of an efficient way is to use a self-signed certificate. Please note you can use AWS Certificate Manager to generate certificate if it’s enabled in your region. I’ll demostrate how to generate and use a self-signed certificate in AWS CLI here in this blog.

Keywords

Environment

Generating a new self-signed certificate

Upload the certificate into AWS

Use the new self-signed certificate in AWS Elastic Beanstalk (EB)

Verify