Load Balancers should use the latest security policy

Esta página aún no está disponible en español. Estamos trabajando en su traducción.
Si tienes alguna pregunta o comentario sobre nuestro actual proyecto de traducción, no dudes en ponerte en contacto con nosotros.

Description

Secure your Amazon Application Load Balancer (ALB) with the latest predefined AWS security policy.

Rationale

Insecure or deprecated security policies can expose the client and the load balancer to various SSL/TLS vulnerabilities.

Remediation

From the console

Follow the Update security policy docs to learn how to update your HTTPS listener with the latest security policy.

From the command line

Run modify-listener with the ARN of the listener and the recommended SSL policy.

aws elbv2 create-listener
    --load-balancer-arn <insert-lb-arn> \
    --ssl-policy <insert-policy-name> --default-actions <insert-actions>

Review the Security policies docs for Amazon-recommended security policies.