
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