
Answer-first summary for fast verification
Answer: Create a config file in the .ebextensions folder to configure the Load Balancer
Overall explanation Correct option: The simplest way to use HTTPS with an Elastic Beanstalk environment is to assign a server certificate to your environment's load balancer. When you configure your load balancer to terminate HTTPS, the connection between the client and the load balancer is secure. Backend connections between the load balancer and EC2 instances use HTTP, so no additional configuration of the instances is required.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In your current Elastic Beanstalk environment, you aim to enhance security by enabling in-flight encryption for the data transmitted between your clients and web servers. This entails exposing an HTTPS endpoint instead of the existing HTTP endpoint.
What steps are required to configure HTTPS on your Beanstalk environment?
A
Use a separate CloudFormation template to load the SSL certificate onto the Load Balancer
B
Create a config file in the .ebextensions folder to configure the Load Balancer
C
Open up the port 80 for the security group
D
Configure Health Checks
No comments yet.