Configure https for Elastic Beanstalk; Load balancer type greyed out even though its load balanced

0

I'm trying to enable https on Elastic Beanstalk.

I'm following these instructions; however, under Environments > my environment > Configuration > Instance traffic and scaling > Capacity > Environment type is Load balanced but when I scroll down to Load Balancer Type the whole box is greyed out. The box includes Classic load balancer but can't add a listener, etc.

1개 답변
0
수락된 답변

The "Load Balancer Type" section being greyed out in the 'Instance traffic and scaling' configuration is an expected behaviour, it's because the Load Balancer Type cannot be changed once the environment is created.[1]

Now moving forward, with your query of configuring a HTTPS listener on the Classic Load Balanced environment, you can refer the detailed steps below :

1.) Goto "Listeners" section present under the 'Load Balancer Type' section of the 'Instance traffic and scaling' configuration.

2.) Then, click on the 'Add listener' button, and enter the below values in the 'Add listener' dialog box appeared on the screen :

  • For Listener port, type the incoming traffic port, typically 443.
  • For Listener protocol, choose HTTPS.
  • For Instance port, type 80.
  • For Instance protocol, choose HTTP.
  • For SSL certificate, choose your certificate.

3.) Click on 'Save' button on the dialog box, and then click on Apply button at the bottom, which will trigger an environment configuration update.

I have also shared the screenshots of the aforementioned steps for your reference.

1 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3

Note :

  • I have created a Sample Beanstalk environment (using Classic Load Balancer) on the platform 'Node.js 18 running on 64bit Amazon Linux 2/5.8.2' in 'us-east-1' region using EBCLI. Also, for AWS Support to have better visibility into the concerned resources, you can open a support case with us to have personalized guidance.

Reference :

[1] Load balancer for your Elastic Beanstalk environment - https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.managing.elb.html

AWS
지원 엔지니어
Ankur_P
답변함 일 년 전
profile picture
전문가
검토됨 7달 전

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

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

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