HTTPS on Elastic Beanstalk without load balancer

0

I have an Elastic Beanstalk environment for test only, so I don't need an ELB on it. Is it still possible to use https?

1개 답변
0

hi,

Yes. You can. But using HTTPS with ALB provides an additional security layer and would be best to use it. But you can bypass ALB through the steps below,

  1. Get a SSL/TLS cert via ACM
  2. Configure the Elastic Beanstalk environment: Update the environment to use HTTPS by specifying the SSL certificate and port in the environment's configuration file. You will also need to specify the SSL port that your application listens to in your application code.
  3. Configure the Security Group: Open the SSL port you specified in step 2 in the environment's security group.
  4. Modify DNS settings: If you are using a custom domain, update the DNS settings to point to the HTTPS endpoint of the Elastic Beanstalk environment.
AWS
Arun
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인