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 Resposta
0
Resposta aceita

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
ENGENHEIRO DE SUPORTE
Ankur_P
respondido há um ano
profile picture
ESPECIALISTA
avaliado há 7 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas