Options to enable HSTS in AWS Application load balancer

Prasanna B R picture Prasanna B R · Aug 18, 2018 · Viewed 8k times · Source

Do we have any options in AWS application load balancer to enable HSTS headers? Find few forum topics, that AWS ALB load balancers doesn't have this as a native option.

We are using AWS ALB SSL terminating load balancer. We configured the load balancer to redirect the unsecured traffic to the secured HTTPS protocol. Now, the requirement is to force the browser to use HTTPS protocol using HSTS header. Any option available in AWS ALB to enable the same?

Answer